mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix: display the main menu dots on mobile
This commit is contained in:
@@ -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