mirror of
https://github.com/logseq/logseq.git
synced 2026-05-25 13:14:39 +00:00
fix: display the main menu dots on mobile
This commit is contained in:
@@ -77,8 +77,9 @@
|
||||
{:on-click toggle-fn}
|
||||
(svg/horizontal-dots nil)])
|
||||
(->>
|
||||
[{:title (t :help/toggle-right-sidebar)
|
||||
:options {:on-click state/toggle-sidebar-open?!}}
|
||||
[(when-not (util/mobile?)
|
||||
{:title (t :help/toggle-right-sidebar)
|
||||
:options {:on-click state/toggle-sidebar-open?!}})
|
||||
|
||||
(when current-repo
|
||||
{:title (t :graph)
|
||||
|
||||
@@ -47,7 +47,10 @@
|
||||
.cp__header-logo,
|
||||
.cp__right-menu-button {
|
||||
opacity: 0.7;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.cp__header-logo {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.cp__header-logo:hover,
|
||||
@@ -64,6 +67,10 @@
|
||||
@apply ml-3;
|
||||
}
|
||||
|
||||
.cp__right-menu-button {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@screen sm {
|
||||
.cp__header {
|
||||
@apply shadow-none;
|
||||
@@ -77,8 +84,4 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.cp__right-menu-button {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user