diff options
Diffstat (limited to '174bg/manager/public/theme.css')
| -rw-r--r-- | 174bg/manager/public/theme.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/174bg/manager/public/theme.css b/174bg/manager/public/theme.css index 838629e..784f500 100644 --- a/174bg/manager/public/theme.css +++ b/174bg/manager/public/theme.css @@ -196,7 +196,12 @@ button:disabled { background: rgba(56, 189, 248, 0.1); } -#preferences tbody td:last-child { +#preferences thead th:not(:first-child) { + text-align: center; + width: 2.5rem; +} + +#preferences tbody td:not(:first-child) { text-align: center; width: 2.5rem; } |
