fix: organize admin patches and profile menu layering
This commit is contained in:
@@ -37,7 +37,7 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
header {
|
||||
body > header {
|
||||
background: rgba(8, 8, 8, 0.96);
|
||||
border-bottom: 1px solid var(--border);
|
||||
position: sticky;
|
||||
@@ -413,7 +413,7 @@ body::after {
|
||||
mix-blend-mode: screen;
|
||||
}
|
||||
|
||||
header, main, .container { position: relative; z-index: 1; }
|
||||
.page-header, main, .container { position: relative; z-index: 1; }
|
||||
|
||||
h1, h2, h3, .logo, .page-title h1 {
|
||||
font-family: "Nimbus Sans Narrow", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
|
||||
@@ -503,6 +503,7 @@ h1, .page-title h1 {
|
||||
.advanced-filter-fields label { display:grid; gap:5px; color:var(--muted); font-size:.85rem; }
|
||||
.advanced-filter-fields select { width:100%; }
|
||||
.clear-filters { grid-column:1 / -1; display:inline-flex; align-items:center; justify-content:center; padding:8px 12px; color:#fca5a5; border:1px solid var(--border); border-radius:9px; background:#171212; white-space:nowrap; justify-self:start; }
|
||||
.advanced-filters .clear-filters { margin:0 12px 12px; }
|
||||
.clear-filters:hover { border-color:#ef4444; color:#fff; }
|
||||
.ticket-button-container, .detail-actions { display:flex; flex-wrap:wrap; justify-content:center; gap:10px; margin-top:22px; }
|
||||
.calendar-export { display:flex; justify-content:center; margin-top:12px; }
|
||||
|
||||
Reference in New Issue
Block a user