Merge pull request #154 from maikirakiwi/upcoming

Song duration alignment
This commit is contained in:
vapormusic 2022-01-20 09:20:28 +07:00 committed by GitHub
commit 017fd150c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {
@ -4442,7 +4442,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 {