mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: bottom bar position
This commit is contained in:
committed by
Tienson Qin
parent
e8817bcc41
commit
793768f3af
@@ -1,5 +1,6 @@
|
||||
#ls-bottom-bar {
|
||||
@apply shadow-lg text-sm p-1 fixed bottom-0 rounded-md;
|
||||
@apply shadow-lg text-sm p-1 absolute bottom-0;
|
||||
background-color: var(--ls-primary-background-color);
|
||||
|
||||
.items {
|
||||
@apply flex flex-row flex-1;
|
||||
|
||||
@@ -552,9 +552,8 @@
|
||||
main-content])
|
||||
|
||||
(when onboarding-and-home?
|
||||
(onboarding/intro onboarding-and-home?))]
|
||||
|
||||
(bottom-bar/bar)]]))
|
||||
(onboarding/intro onboarding-and-home?))]]
|
||||
(bottom-bar/bar)]))
|
||||
|
||||
(defonce sidebar-inited? (atom false))
|
||||
;; TODO: simplify logic
|
||||
|
||||
Reference in New Issue
Block a user