Fix message margin preventing full-size sidebar (previous commit)

This commit is contained in:
Norbert Renner 2018-04-09 11:39:25 +02:00
parent e0a786ba60
commit 96439d1384

View file

@ -110,7 +110,6 @@ footer {
justify-content: center; justify-content: center;
} }
#message { #message {
margin: 10px 46px; /* 10 + 26 + 10 */
z-index: 3000; z-index: 3000;
font-size: 1rem; font-size: 1rem;
} }
@ -226,6 +225,10 @@ https://css-tricks.com/svg-line-animation-works/
padding: 2px 15px; padding: 2px 15px;
} }
#message .alert {
margin: 10px 46px; /* 10 + 26 + 10 */
}
#profile_message .alert { #profile_message .alert {
margin-top: 3px; margin-top: 3px;
} }