mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
enhance: replace help font with svg
This commit is contained in:
@@ -546,11 +546,11 @@
|
||||
}
|
||||
|
||||
&-btn {
|
||||
@apply fixed bottom-4 right-4 sm:right-8;
|
||||
@apply fixed bottom-4 right-4 sm:right-8 opacity-70 hover:opacity-100;
|
||||
|
||||
> .inner {
|
||||
@apply rounded-full h-8 w-8 flex items-center justify-center
|
||||
font-bold select-none cursor-help;
|
||||
font-bold select-none cursor-pointer;
|
||||
|
||||
background-color: or(--ls-left-sidebar-help-background, --lx-gray-01, --ls-secondary-background-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user