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:
|
transition:
|
||||||
color var(--transition-fast),
|
color var(--transition-fast),
|
||||||
transform var(--transition-fast);
|
transform var(--transition-fast);
|
||||||
display: inline-block;
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
/* Allow transform */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.track-info .details .artist:hover {
|
.track-info .details .artist:hover {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue