mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
style: fix notification text theme issue & ui details
This commit is contained in:
@@ -11,3 +11,21 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ui__notifications {
|
||||
position: fixed;
|
||||
z-index: 99;
|
||||
width: 100%;
|
||||
top: 3.2em;
|
||||
|
||||
&-content {
|
||||
@apply inset-0 flex items-end justify-center px-4 py-3
|
||||
pointer-events-none sm:px-6 sm:py-3 sm:items-start
|
||||
sm:justify-end;
|
||||
}
|
||||
|
||||
.notification-area {
|
||||
background-color: var(--ls-tertiary-background-color, #fff);
|
||||
color: var(--ls-primary-text-color);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user