Music player track title padding
This commit is contained in:
parent
2737a86d9e
commit
e1fccae03f
@ -53,6 +53,9 @@
|
||||
#music-player
|
||||
width: 100%
|
||||
|
||||
#track-title
|
||||
+padding(null 10px null 10px)
|
||||
|
||||
.album-art
|
||||
width: 100%
|
||||
|
||||
|
@ -673,6 +673,10 @@ body {
|
||||
#music-player {
|
||||
width: 100%; }
|
||||
|
||||
#track-title {
|
||||
padding-right: 10px;
|
||||
padding-left: 10px; }
|
||||
|
||||
.album-art {
|
||||
width: 100%; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user