This commit is contained in:
2026-09-16 17:40:52 +02:00
parent 93914ad02a
commit c8cfe07c70
9 changed files with 1142 additions and 253 deletions
+6 -3
View File
@@ -3812,7 +3812,8 @@ body.sidebar-right-hidden #sidebar-drag-zone {
margin-right: 8px;
}
.f0ck-tuner-subtab-btn {
.f0ck-tuner-subtab-btn,
.f0ck-tuner-mode-btn {
flex: 1;
display: inline-flex;
align-items: center;
@@ -3830,12 +3831,14 @@ body.sidebar-right-hidden #sidebar-drag-zone {
white-space: nowrap;
}
.f0ck-tuner-subtab-btn:hover {
.f0ck-tuner-subtab-btn:hover,
.f0ck-tuner-mode-btn:hover {
color: #fff;
background: rgba(255, 255, 255, 0.06);
}
.f0ck-tuner-subtab-btn.active {
.f0ck-tuner-subtab-btn.active,
.f0ck-tuner-mode-btn.active {
color: #000;
background: var(--accent, #99ff00);
font-weight: 700;