@@ -56,6 +56,14 @@ button { color: inherit; }
|
||||
.main { padding: 0 46px 70px; min-width: 0; }
|
||||
.topbar { height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
|
||||
.topbar p { color: var(--muted); font-size: 11px; letter-spacing: .08em; }
|
||||
.topbar-actions { display: flex; align-items: center; gap: 12px; }
|
||||
.admin-entry {
|
||||
display: flex; align-items: center; gap: 10px; padding: 9px 12px; border: 1px solid rgba(25,101,72,.22);
|
||||
border-radius: 10px; background: rgba(25,101,72,.06); color: var(--green); font-size: 11px; font-weight: 700; text-decoration: none;
|
||||
}
|
||||
.admin-entry[hidden] { display: none; }
|
||||
.admin-entry:hover { background: var(--green); color: white; }
|
||||
.admin-entry b { font-size: 14px; }
|
||||
.user-chip { display: flex; align-items: center; gap: 9px; font-size: 13px; }
|
||||
.avatar { width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: white; font-size: 11px; }
|
||||
.view { display: none; animation: rise .35s ease; }
|
||||
|
||||
Reference in New Issue
Block a user