]> git.0d.be Git - panikdb.git/commitdiff
style: reduce padding for play buttons in metadata table
authorFrédéric Péters <fpeters@0d.be>
Wed, 5 Aug 2020 09:54:22 +0000 (11:54 +0200)
committerFrédéric Péters <fpeters@0d.be>
Wed, 5 Aug 2020 09:54:22 +0000 (11:54 +0200)
panikdb/static/css/style.scss

index aa327af9bf94936a0c8c0348a8af5a62fd1c0b96..400645200d122b17b9c2853425c98884f0e621fe 100644 (file)
@@ -664,6 +664,9 @@ table#edit-metadata {
        tr:hover {
                background: #eee;
        }
+       button.play-track {
+               padding: 0 0.6em;
+       }
 }
 
 form div[id^="id_weight"] {