Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/ui-mobile/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -1555,6 +1555,14 @@
display: none;
}

/* The New note form's key hints ("↑↓ pick", "↵ create", "esc back", and the
"Shift+↵" chip in its Open it button). Its footer also holds Back and
Create, so the palette-footer rule above must not match it; the core marks
the hints themselves instead (ZenNotes/zennotes#842). */
.zn-mobile.zn-phone .z-palette [data-keyboard-hints] {
display: none;
}

/* iOS-style back chevron injected at the start of the note header
(useHeaderBackButton) — navigation lives here, not in the FAB dial. */
.zn-phone .zn-header-back {
Expand Down
Loading