Skip to content

Commit 08eda47

Browse files
authored
Merge pull request #83 from ZenNotes/fix/842-keyboard-hints
fix(mobile): hide the New note form's key hints on the phone (ZenNotes/zennotes#842)
2 parents c01fad3 + da7ee39 commit 08eda47

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

‎src/ui-mobile/mobile.css‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,6 +1555,14 @@
15551555
display: none;
15561556
}
15571557

1558+
/* The New note form's key hints ("↑↓ pick", "↵ create", "esc back", and the
1559+
"Shift+↵" chip in its Open it button). Its footer also holds Back and
1560+
Create, so the palette-footer rule above must not match it; the core marks
1561+
the hints themselves instead (ZenNotes/zennotes#842). */
1562+
.zn-mobile.zn-phone .z-palette [data-keyboard-hints] {
1563+
display: none;
1564+
}
1565+
15581566
/* iOS-style back chevron injected at the start of the note header
15591567
(useHeaderBackButton) — navigation lives here, not in the FAB dial. */
15601568
.zn-phone .zn-header-back {

0 commit comments

Comments
 (0)