web: fix spacing for messages
This commit is contained in:
parent
74b407ebc7
commit
ca122b20c9
|
@ -85,6 +85,11 @@ select[multiple] {
|
||||||
z-index: auto !important;
|
z-index: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fix spacing between messages */
|
||||||
|
ak-message {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
:root {
|
:root {
|
||||||
--ak-dark-foreground: #fafafa;
|
--ak-dark-foreground: #fafafa;
|
||||||
|
|
Reference in New Issue