fix: refresh installed clients and hide admin control by role

This commit is contained in:
2026-07-29 23:08:32 -04:00
parent 122427d30d
commit 089ee6916f
2 changed files with 13 additions and 13 deletions
+1
View File
@@ -19,6 +19,7 @@
}
*{ box-sizing:border-box; }
.hidden{ display:none !important; }
html{ background:var(--surface); }
body{
margin:0; background:var(--surface); color:var(--ink);