From 04802b1566f741154e42961f6ce1a118f7756645 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Sun, 31 May 2026 09:33:12 +0100 Subject: enhance role preferences UI with favorite role selection and improved table layout --- 174bg/manager/public/theme.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '174bg/manager/public/theme.css') 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; } -- cgit v1.2.3