Fifth Commit

This commit is contained in:
2026-06-13 12:01:09 +07:00
parent c150df3dc2
commit 899847d81c
12 changed files with 241 additions and 7 deletions
+6
View File
@@ -491,3 +491,9 @@ body {
*::-webkit-scrollbar { width: 4px; }
*::-webkit-scrollbar-track { background: transparent; }
*::-webkit-scrollbar-thumb { background: var(--border); border-radius: 2px; }
/* ── Role-based visibility overrides ───────────────────────── */
body.role-public .feature-actions,
body.role-public .popup-actions {
display: none !important;
}