Improve styling of flash messages on the front page

This commit is contained in:
Tom Hughes 2017-03-10 16:46:29 +00:00
parent 5cdb835de3
commit 4ac9ed6f14

View file

@ -591,6 +591,18 @@ body.compact {
float: right;
cursor: pointer;
}
.flash {
padding: 15px;
picture {
margin-right: -25px;
}
div.message {
margin-left: 30px;
}
}
}
.overlay-sidebar #sidebar {