mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +00:00
exp(orbit): iterative refinements
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -11486,6 +11486,11 @@ html[data-app-hidden="true"] *::after {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.orbit-participants-pop__actions {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
.orbit-participants-pop__kick {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
@@ -11500,6 +11505,11 @@ html[data-app-hidden="true"] *::after {
|
||||
transition: color 140ms ease, background 140ms ease, border-color 140ms ease;
|
||||
}
|
||||
.orbit-participants-pop__kick:hover {
|
||||
color: var(--ctp-yellow, #f9e2af);
|
||||
background: color-mix(in srgb, var(--ctp-yellow, #f9e2af) 12%, transparent);
|
||||
border-color: color-mix(in srgb, var(--ctp-yellow, #f9e2af) 35%, transparent);
|
||||
}
|
||||
.orbit-participants-pop__kick--ban:hover {
|
||||
color: var(--ctp-red, #f38ba8);
|
||||
background: color-mix(in srgb, var(--ctp-red, #f38ba8) 12%, transparent);
|
||||
border-color: color-mix(in srgb, var(--ctp-red, #f38ba8) 35%, transparent);
|
||||
@@ -12061,6 +12071,14 @@ html[data-app-hidden="true"] *::after {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.orbit-guest-queue__more {
|
||||
padding: 8px 14px;
|
||||
font-size: 11px;
|
||||
color: var(--text-muted);
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.orbit-guest-queue__footer {
|
||||
padding: 8px 14px 10px;
|
||||
font-size: 10.5px;
|
||||
|
||||
Reference in New Issue
Block a user