No description
Find a file
SVM0N 08db8e791b fix(css): center select labels via fixed height, not vertical padding
First pass at this used appearance:none + vertical padding + line-height,
which made the label taller than the control and clipped it at the top.
Mirror how Obsidian's own dropdowns center: a fixed `height` with zero
top/bottom padding lets the native control flex-center the label
(line-height is irrelevant). Keeps the custom chevron and per-class
horizontal padding.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-14 14:33:19 +00:00
src feat(tasks): name click opens the entry overview, not a file 2026-06-14 14:08:44 +00:00
test-support feat: v1.4.0 — multi-select picker, sticky table header, csv-random block, palette commands 2026-06-12 15:53:44 +00:00
bench-load.mjs SWITCH TO CSV AS MAIN: retire XLSX, drop SheetJS, simplify save path 2026-05-24 07:23:02 +00:00
esbuild.config.mjs feat(mobile+ui): kanban slim, table-lag cuts, modal keyboard fix, search collapse 2026-05-24 20:43:32 +00:00
main.js fix(css): center select labels via fixed height, not vertical padding 2026-06-14 14:33:19 +00:00
main.ts feat(tasks): native CSV-backed Tasks view (phase 1) 2026-06-14 12:41:08 +00:00
styles.css fix(css): center select labels via fixed height, not vertical padding 2026-06-14 14:33:19 +00:00
test-csv-parser.mjs SWITCH TO CSV AS MAIN: retire XLSX, drop SheetJS, simplify save path 2026-05-24 07:23:02 +00:00
test-plugin-logic.mjs feat(travel): v1.3.0 — clickable countries, detail panel, current-stay banner 2026-06-12 15:41:59 +00:00
test-view-smoke.mjs feat(tasks): name click opens the entry overview, not a file 2026-06-14 14:08:44 +00:00
world-map.svg feat(travel): world-map view, residency gauges, editable trips, modal UX 2026-06-06 14:08:10 +00:00