Fix message margin preventing full-size sidebar (previous commit)
This commit is contained in:
parent
e0a786ba60
commit
96439d1384
1 changed files with 4 additions and 1 deletions
|
|
@ -110,7 +110,6 @@ footer {
|
|||
justify-content: center;
|
||||
}
|
||||
#message {
|
||||
margin: 10px 46px; /* 10 + 26 + 10 */
|
||||
z-index: 3000;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
|
@ -226,6 +225,10 @@ https://css-tricks.com/svg-line-animation-works/
|
|||
padding: 2px 15px;
|
||||
}
|
||||
|
||||
#message .alert {
|
||||
margin: 10px 46px; /* 10 + 26 + 10 */
|
||||
}
|
||||
|
||||
#profile_message .alert {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue