alotta good shit
This commit is contained in:
+109
-9
@@ -14062,6 +14062,79 @@ textarea.mod-reason:focus {
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
/* Audit filter bar */
|
||||
.audit-filter-bar {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
margin-bottom: 18px;
|
||||
padding: 12px 14px;
|
||||
background: var(--badge-bg);
|
||||
border: 1px solid var(--nav-border-color);
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.audit-filter-input {
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
border: 1px solid var(--nav-border-color);
|
||||
border-radius: 5px;
|
||||
color: inherit;
|
||||
font-size: 0.85em;
|
||||
padding: 5px 10px;
|
||||
outline: none;
|
||||
transition: border-color 0.2s;
|
||||
}
|
||||
|
||||
.audit-filter-input:focus {
|
||||
border-color: var(--accent);
|
||||
}
|
||||
|
||||
select.audit-filter-input {
|
||||
min-width: 180px;
|
||||
}
|
||||
|
||||
input.audit-filter-input {
|
||||
min-width: 160px;
|
||||
}
|
||||
|
||||
.audit-filter-btn {
|
||||
cursor: pointer;
|
||||
font-size: 0.8em;
|
||||
padding: 5px 12px;
|
||||
border: none;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.audit-filter-clear {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.audit-filter-clear:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Header right group (time + id) */
|
||||
.audit-card-header-right {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
/* Entry ID badge */
|
||||
.audit-entry-id {
|
||||
font-size: 0.72em;
|
||||
font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
|
||||
color: var(--accent);
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid var(--nav-border-color);
|
||||
border-radius: 4px;
|
||||
padding: 1px 6px;
|
||||
letter-spacing: 0.03em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.audit-diff {
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
border-radius: 4px;
|
||||
@@ -17393,7 +17466,7 @@ textarea#profile_description {
|
||||
|
||||
.user-infobox-block {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
gap: 5px;
|
||||
background: var(--comment-bg);
|
||||
border: 1px solid var(--author-border, rgba(0, 255, 0, 0.2));
|
||||
line-height: 1;
|
||||
@@ -17401,9 +17474,8 @@ textarea#profile_description {
|
||||
align-items: flex-start;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
min-height: 90px;
|
||||
min-height: 40px;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* ── Banner inside alternative infobox ──────────────────────────────── */
|
||||
@@ -17435,8 +17507,8 @@ textarea#profile_description {
|
||||
|
||||
|
||||
.user-infobox-avatar img {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
width: auto;
|
||||
height: 22px;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
@@ -17447,12 +17519,23 @@ textarea#profile_description {
|
||||
}
|
||||
|
||||
.user-infobox-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
display: grid;
|
||||
align-items: center;
|
||||
margin-bottom: 6px;
|
||||
padding-bottom: 6px;
|
||||
border-bottom: 1px solid var(--nav-border-color);
|
||||
grid-template-columns: auto 1fr;
|
||||
}
|
||||
|
||||
.user-infobox-mime {
|
||||
background: black;
|
||||
padding: 4px;
|
||||
margin: 2px;
|
||||
font-size: 6px;
|
||||
border-radius: 3px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
cursor: default;
|
||||
user-select: none;
|
||||
align-self: self-end;
|
||||
}
|
||||
|
||||
.user-infobox-actions i {
|
||||
@@ -17485,6 +17568,7 @@ textarea#profile_description {
|
||||
font-size: 0.8em;
|
||||
color: #888;
|
||||
letter-spacing: 0.5px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.timestamp-link {
|
||||
@@ -21592,6 +21676,7 @@ div#flash,
|
||||
background: var(--nav-bg, #2b2b2b);
|
||||
color: var(--white, #fff);
|
||||
border: 1px solid var(--nav-border-color, #444);
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.bulk-btn-close:hover {
|
||||
@@ -21600,6 +21685,21 @@ div#flash,
|
||||
border-color: #ff4444 !important;
|
||||
}
|
||||
|
||||
.bulk-btn-danger {
|
||||
background: transparent !important;
|
||||
color: #ff5555 !important;
|
||||
border: 1px solid #ff5555 !important;
|
||||
font-weight: bold !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.bulk-btn-danger:hover {
|
||||
background: #ff4444 !important;
|
||||
color: #fff !important;
|
||||
border-color: #ff4444 !important;
|
||||
filter: none !important;
|
||||
}
|
||||
|
||||
/* Bulk rating dropdown wrapper */
|
||||
.bulk-dropdown-wrap {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user