stylesheets: increase maximum width of fixed alerts
This commit is contained in:
parent
c6fdbe8256
commit
bb50850e3c
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@
|
|||
.alert-fixed {
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
margin-left: -100px;
|
||||
width: 200px;
|
||||
transform: translate(-50%);
|
||||
max-width: 700px;
|
||||
top: 10px;
|
||||
border-radius: 10px;
|
||||
// Ensure fixed flash messages are above `position: absolute` elements (like maps)
|
||||
|
|
Loading…
Reference in a new issue