Fix #209: sort arrows to the right of column labels #212

Merged
fen merged 1 commits from fix-209 into dev 2026-09-10 18:02:46 +00:00
Collaborator

Fixes #209.

Sort direction arrows in the History/Mine table headers sat to the LEFT of the column label (padding-left: 24px; .sort-ind positioned left: 8px). Moved them to the right (padding-right: 24px; .sort-ind right: 8px) so the label text aligns flush with its column contents, per #209. Same 24px padding preserved; arrows remain absolutely positioned and vertically centered so they never shift the label.

Fixes #209. Sort direction arrows in the History/Mine table headers sat to the LEFT of the column label (padding-left: 24px; .sort-ind positioned left: 8px). Moved them to the right (padding-right: 24px; .sort-ind right: 8px) so the label text aligns flush with its column contents, per #209. Same 24px padding preserved; arrows remain absolutely positioned and vertically centered so they never shift the label.
fen added the QA label 2026-09-10 17:59:58 +00:00
fen added 1 commit 2026-09-10 18:02:37 +00:00
Fix #209: move sort arrows to the right of the column label
CI / docker (pull_request) Skipped
CI / test (pull_request) Successful in 45s
5039a76bec
fen force-pushed fix-209 from a8c1516890 to 5039a76bec 2026-09-10 18:02:37 +00:00 Compare
fen merged commit 672288e60b into dev 2026-09-10 18:02:46 +00:00
Sign in to join this conversation.