enhance: replace help font with svg

This commit is contained in:
Tienson Qin
2023-11-12 21:20:33 +08:00
parent 34fd9d20fa
commit 40955a025c
2 changed files with 6 additions and 3 deletions

View File

@@ -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);
}