aboutsummaryrefslogtreecommitdiff
path: root/174bg/manager/public/theme.css
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-31 09:33:12 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-31 09:33:12 +0100
commit04802b1566f741154e42961f6ce1a118f7756645 (patch)
tree1a426b08f37a157635a548f4fd63692a3e36b6de /174bg/manager/public/theme.css
parent7a0648851541d1f1ebc2b5ac9bced161841a5a5e (diff)
downloadunnamed-group-04802b1566f741154e42961f6ce1a118f7756645.tar
unnamed-group-04802b1566f741154e42961f6ce1a118f7756645.tar.gz
unnamed-group-04802b1566f741154e42961f6ce1a118f7756645.tar.bz2
unnamed-group-04802b1566f741154e42961f6ce1a118f7756645.tar.xz
unnamed-group-04802b1566f741154e42961f6ce1a118f7756645.zip
enhance role preferences UI with favorite role selection and improved table layout
Diffstat (limited to '174bg/manager/public/theme.css')
-rw-r--r--174bg/manager/public/theme.css7
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;
}