mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-09-25 01:53:03 +02:00
ui: system logs style update
- Increase padding in admin log dropdown selects - Move admin log filters above the Journaux tabs
This commit is contained in:
@@ -204,16 +204,16 @@
|
||||
}
|
||||
|
||||
/* ── Tab panel loading state ───────────────────────────────────────────── */
|
||||
#sys-tab-panel {
|
||||
#sys-log-view {
|
||||
min-height: 8rem;
|
||||
position: relative;
|
||||
}
|
||||
#sys-tab-panel.htmx-request {
|
||||
#sys-log-view.htmx-request {
|
||||
opacity: 0.4;
|
||||
pointer-events: none;
|
||||
transition: opacity 0.1s;
|
||||
}
|
||||
#sys-tab-panel.htmx-request::after {
|
||||
#sys-log-view.htmx-request::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
@@ -250,7 +250,10 @@
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
.log-toolbar select {
|
||||
padding: var(--space-3xs) var(--space-xs);
|
||||
padding: var(--space-xs) var(--space-s);
|
||||
padding-right: 1.75rem;
|
||||
line-height: 1.4;
|
||||
min-height: 2.75rem;
|
||||
}
|
||||
.log-toolbar select:focus {
|
||||
outline: 2px solid var(--accent-primary);
|
||||
|
||||
Reference in New Issue
Block a user