fix(css): align sleep timer button style with neighboring buttons
This commit is contained in:
parent
2f7a88e977
commit
334b9487aa
1 changed files with 1 additions and 14 deletions
15
styles.css
15
styles.css
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue