stylesheets: increase maximum width of fixed alerts

This commit is contained in:
Pierre de La Morinerie 2019-01-24 18:35:30 +01:00
parent c6fdbe8256
commit bb50850e3c

View file

@ -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)