Music player track title padding

This commit is contained in:
gballan1 2016-11-29 12:12:59 -05:00
parent 2737a86d9e
commit e1fccae03f
2 changed files with 7 additions and 0 deletions

View File

@ -53,6 +53,9 @@
#music-player
width: 100%
#track-title
+padding(null 10px null 10px)
.album-art
width: 100%

View File

@ -673,6 +673,10 @@ body {
#music-player {
width: 100%; }
#track-title {
padding-right: 10px;
padding-left: 10px; }
.album-art {
width: 100%; }