FIX: Player buttons and artist names overlap
This commit is contained in:
parent
ec8bb670c4
commit
d515eeaf33
1 changed files with 2 additions and 3 deletions
|
|
@ -1824,9 +1824,8 @@ input:checked + .slider::before {
|
|||
transition:
|
||||
color var(--transition-fast),
|
||||
transform var(--transition-fast);
|
||||
display: inline-block;
|
||||
|
||||
/* Allow transform */
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.track-info .details .artist:hover {
|
||||
|
|
|
|||
Loading…
Reference in a new issue