mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
Merge branch 'master' into feat/cmdk
This commit is contained in:
@@ -513,14 +513,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
html[data-theme='dark'] {
|
||||
#left-sidebar {
|
||||
> .shade-mask {
|
||||
background-color: rgba(0, 0, 0, .15);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.settings-modal {
|
||||
@apply -m-8 rounded-lg;
|
||||
/* box-shadow: inset 0 0 0 1px var(--ls-border-color); */
|
||||
@@ -557,13 +549,36 @@ html[data-theme='dark'] {
|
||||
@apply fixed bottom-4 right-4 sm:right-8;
|
||||
|
||||
> .inner {
|
||||
@apply font-bold
|
||||
rounded-full h-8 w-8 flex items-center justify-center font-bold
|
||||
select-none cursor-help;
|
||||
@apply rounded-full h-8 w-8 flex items-center justify-center
|
||||
font-bold select-none cursor-help;
|
||||
|
||||
background-color: or(--lx-gray-01, --ls-secondary-background-color);
|
||||
}
|
||||
}
|
||||
|
||||
&-menu-popup {
|
||||
@apply fixed bottom-14 right-8 z-10 border
|
||||
rounded-lg min-w-[260px] shadow;
|
||||
|
||||
background-color: var(--ls-secondary-background-color);
|
||||
border-color: var(--ls-border-color);
|
||||
|
||||
> .list-wrap {
|
||||
@apply flex flex-col pt-3;
|
||||
|
||||
.it {
|
||||
color: var(--ls-primary-text-color);
|
||||
|
||||
&:active, &:hover {
|
||||
background-color: var(--ls-tertiary-background-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-handbook-btn {
|
||||
@apply bottom-16;
|
||||
}
|
||||
}
|
||||
|
||||
.cp__right-sidebar {
|
||||
@@ -786,3 +801,11 @@ a.ui__modal-close, a.close {
|
||||
a.ui__modal-close:hover, a.close:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
html[data-theme='dark'] {
|
||||
#left-sidebar {
|
||||
> .shade-mask {
|
||||
background-color: rgba(0, 0, 0, .15);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user