web: fix spacing for messages
This commit is contained in:
parent
74b407ebc7
commit
ca122b20c9
|
@ -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;
|
||||
|
|
Reference in New Issue