UX: fix misalignment for non-admin and anon + move to variable use (#349)

This commit is contained in:
chapoi 2025-03-26 23:49:47 +08:00 committed by GitHub
parent 1805184cde
commit ad2555f1e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
$solved-color: green;
$solved-color: var(--success);
.select-kit {
&.solved-status-filter {
@ -36,17 +36,12 @@ $solved-color: green;
}
.post-controls span.accepted-text {
padding: 8px 10px;
font-size: $font-up-1;
span {
display: inline-block;
padding: 8px 1px;
}
.accepted-label {
margin-left: 7px;
}
display: inline-flex;
align-items: center;
gap: 0.25em;
padding: 0 0.5rem;
font-size: var(--font-up-1);
height: 100%;
}
.mobile-view .solved-panel {