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 {
|
.alert-fixed {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -100px;
|
transform: translate(-50%);
|
||||||
width: 200px;
|
max-width: 700px;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
// Ensure fixed flash messages are above `position: absolute` elements (like maps)
|
// Ensure fixed flash messages are above `position: absolute` elements (like maps)
|
||||||
|
|
Loading…
Reference in a new issue