fix: reduce table padding on mobile for better centering and arrow visibility

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen 2026-03-19 02:00:07 +08:00
parent 926ba010b7
commit ac9b69a0b2
No known key found for this signature in database
GPG Key ID: B93DE4F003C33630

View File

@ -535,10 +535,10 @@ th[data-sort].sort-asc::after {
.controls { padding: 0 1.25rem 0.75rem; }
.table thead th:first-child,
.table tbody td:first-child { padding-left: 1.25rem; }
.table tbody td:first-child { padding-left: 0.5rem; }
.table thead th:last-child,
.table tbody td:last-child { padding-right: 1.25rem; }
.table tbody td:last-child { padding-right: 0.5rem; }
.col-cat { display: none; }
.col-name { white-space: normal; }