Song duration alignment

This commit is contained in:
Maikiwi 2022-01-19 00:31:35 -08:00
parent 5a661f3c01
commit d2973353f6

View file

@ -1025,7 +1025,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
height: 1.2em; height: 1.2em;
line-height: 1.3em; line-height: 1.3em;
overflow: hidden; overflow: hidden;
margin: 0 0 0.5em; margin: 0 0 0 0.25em;
} }
.app-chrome .app-chrome-item > .app-playback-controls .song-artist { .app-chrome .app-chrome-item > .app-playback-controls .song-artist {
@ -4307,7 +4307,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
height: 1.2em; height: 1.2em;
line-height: 1.3em; line-height: 1.3em;
overflow: hidden; overflow: hidden;
margin: 0 0 0.5em; margin: 0 0 0 0.25em;
} }
&:hover { &:hover {