fix: thead th — text-align:center явно

This commit is contained in:
Marker689
2026-05-10 12:09:16 +03:00
parent 6ca652db97
commit 935d96b35a

View File

@@ -262,7 +262,7 @@ nav.sticky { position: sticky; top: 0; z-index: 100; background: #13171f; pad
th.sortable { cursor: pointer; user-select: none; } th.sortable { cursor: pointer; user-select: none; }
th.sortable:hover { background: #202632; } th.sortable:hover { background: #202632; }
thead th { font-size: 0.9rem !important; font-weight: 600 !important; padding: 10px 14px !important; background: transparent !important; color: inherit !important; border: none !important; border-bottom: 3px solid #202632 !important; } thead th { font-size: 0.9rem !important; font-weight: 600 !important; padding: 10px 14px !important; text-align: center !important; background: transparent !important; color: inherit !important; border: none !important; border-bottom: 3px solid #202632 !important; }
th.sortable .sort-icon { margin-left: 0.25rem; opacity: 1; } th.sortable .sort-icon { margin-left: 0.25rem; opacity: 1; }
/* ------------------------------------------------------------------ */ /* ------------------------------------------------------------------ */