Improve message CSS

This commit is contained in:
Saku Laesvuori 2023-10-31 20:49:02 +02:00
parent 8c100e167b
commit 6b93991cb3
Signed by: slaesvuo
GPG Key ID: 257D284A2A1D3A32
1 changed files with 12 additions and 0 deletions

View File

@ -325,6 +325,18 @@ instance Yesod DataIdClient where
.left-nav {
float: right;
}
aside.messages > ul {
list-style: none;
padding: 0;
margin: 0;
}
aside.messages li.message {
display: block;
padding: 0.7em;
background-color: #3b4553;
color: white;
border-radius: 0.3em;
}
main {
margin: 0 auto;
max-width: 50em;