Skip to content

Commit 138289e

Browse files
committed
fix: remove menu toggle tooltip
It messes the layout
1 parent 817215f commit 138289e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ div[data-ref='logseq-live-math'] {
6262
&::part(virtual-keyboard-toggle)::after {
6363
display: none !important;
6464
}
65+
&::part(menu-toggle)::after {
66+
display: none !important;
67+
}
6568
&::part(container) {
6669
min-width: 200px; /* for inline math-field */
6770
}

0 commit comments

Comments
 (0)