web: fix spacing for messages

This commit is contained in:
Jens Langhammer 2021-02-25 21:23:31 +01:00
parent 74b407ebc7
commit ca122b20c9
1 changed files with 5 additions and 0 deletions

View File

@ -85,6 +85,11 @@ select[multiple] {
z-index: auto !important;
}
/* Fix spacing between messages */
ak-message {
display: block;
}
@media (prefers-color-scheme: dark) {
:root {
--ak-dark-foreground: #fafafa;