]> git.0d.be Git - panikweb-esperanzah.git/commitdiff
adjust style of currently playing track
authorFrédéric Péters <fpeters@0d.be>
Sun, 24 Jul 2022 14:44:56 +0000 (16:44 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sun, 24 Jul 2022 14:44:56 +0000 (16:44 +0200)
panikweb_esperanzah/static/css/style.scss

index 223947190b40f8120d4e3dbf67799e334e1fb943..64fc7a395922f1d77a4bb2dddd26b31483b23de9 100644 (file)
@@ -593,7 +593,8 @@ button.check:before, a.check:before {
        padding: 0 0 0 0;
        width: 300px;
        margin-left: -125px;
-       margin-top: 52px;
+       margin-top: 0;
+       padding-top: 52px;
        text-align: center;
        a {
                display: block;
@@ -657,9 +658,6 @@ button.check:before, a.check:before {
        float:left;
        position: relative;
        top: -8px;
-       @media screen and (max-width: $size_m) {
-               top: -2px;
-       }
 }
 
 #Playlist .playing .icon-pause{