mirror of
https://github.com/logseq/logseq.git
synced 2026-05-26 13:44:13 +00:00
fix(mobile): mobile toolbar for dark mode
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
}
|
||||
|
||||
#mobile-editor-toolbar {
|
||||
@apply fixed -bottom-1 left-0 w-full z-[9999] flex justify-between bg-gray-100 border-t border-gray-200;
|
||||
@apply fixed -bottom-1 left-0 w-full z-[9999] flex justify-between bg-gray-100 border-t border-gray-200
|
||||
dark:border-gray-800 dark:bg-[#222];
|
||||
|
||||
will-change: transform;
|
||||
transform: translateY(calc(-1 * var(--ls-native-kb-height, 0)));
|
||||
@@ -55,7 +56,7 @@
|
||||
}
|
||||
|
||||
.toolbar-hide-keyboard {
|
||||
@apply border-l border-gray-200;
|
||||
@apply border-l border-gray-200 dark:border-gray-700;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user