fix(css): align sleep timer button style with neighboring buttons

This commit is contained in:
Julien Maille 2026-01-08 20:52:39 +01:00
parent 2f7a88e977
commit 334b9487aa

View file

@ -1575,7 +1575,6 @@ input:checked + .slider::before {
position: relative;
font-size: 0.8rem;
font-weight: bold;
color: var(--foreground);
transition: all var(--transition);
}
@ -2687,8 +2686,7 @@ input:checked + .slider::before {
}
.player-controls .buttons {
gap: var(--spacing-sm);
margin-bottom: var(--spacing-xs);
gap: var(--spacing-md);
}
.player-controls .buttons button {
@ -2715,17 +2713,6 @@ input:checked + .slider::before {
display: flex;
}
.volume-controls button {
padding: 0.375rem;
min-width: 32px;
min-height: 32px;
}
.volume-controls button svg {
width: 18px;
height: 18px;
}
#download-notifications {
bottom: 10px;
right: 10px;