fix: reduce number and arrow column widths on mobile for tighter table layout

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-19 02:05:34 +08:00
parent ac9b69a0b2
commit fb2a693dbb

View File

@@ -540,6 +540,8 @@ th[data-sort].sort-asc::after {
.table thead th:last-child, .table thead th:last-child,
.table tbody td:last-child { padding-right: 0.5rem; } .table tbody td:last-child { padding-right: 0.5rem; }
.col-num { width: 1.75rem; }
.col-arrow { width: 1.75rem; }
.col-cat { display: none; } .col-cat { display: none; }
.col-name { white-space: normal; } .col-name { white-space: normal; }
.footer { padding: 1.25rem; justify-content: center; flex-wrap: wrap; } .footer { padding: 1.25rem; justify-content: center; flex-wrap: wrap; }