Release v0.4.0: dev -> main #251

Merged
fen merged 138 commits from dev into main 2026-09-17 15:35:21 +00:00
Showing only changes of commit 7c7e60375c - Show all commits
+4 -4
View File
@@ -523,11 +523,11 @@ td .id-link:hover { color: var(--accent); }
th.sortable { cursor: pointer; user-select: none; } th.sortable { cursor: pointer; user-select: none; }
th.sortable:hover { color: var(--fg); } th.sortable:hover { color: var(--fg); }
th.sortable { cursor: pointer; user-select: none; white-space: nowrap; } th.sortable { cursor: pointer; user-select: none; white-space: nowrap; }
/* #209 rev: arrow sits IMMEDIATELY right of the label text (inline, small gap), /* #209: arrow sits RIGHT of the label, vertically centered, and absolutely
vertically centered, so the label text aligns with its column contents. */ positioned so it never shifts the label text; label aligns with column contents. */
th.sortable .sort-ind { th.sortable .sort-ind {
display: inline-block; margin-left: 6px; vertical-align: middle; /* #209 r2: inline right after the label text with a fixed gap, not pinned to the column edge */
width: 0; height: 0; display: inline-block; width: 0; height: 0; margin-left: 6px; vertical-align: middle;
border-left: 5px solid transparent; border-right: 5px solid transparent; border-left: 5px solid transparent; border-right: 5px solid transparent;
} }
th.sorted.asc .sort-ind { border-bottom: 6px solid var(--accent); } th.sorted.asc .sort-ind { border-bottom: 6px solid var(--accent); }