Small css small to available songs list
This commit is contained in:
parent
8e8a71d71a
commit
5dc1bcc792
@ -21,8 +21,7 @@
|
|||||||
|
|
||||||
.now-playing-list,
|
.now-playing-list,
|
||||||
.music-list ol
|
.music-list ol
|
||||||
margin-left: 15px
|
+margin(10px 15px null 10px)
|
||||||
margin-right: 15px
|
|
||||||
color: $text-color
|
color: $text-color
|
||||||
|
|
||||||
li
|
li
|
||||||
|
@ -635,8 +635,9 @@ body {
|
|||||||
|
|
||||||
.now-playing-list,
|
.now-playing-list,
|
||||||
.music-list ol {
|
.music-list ol {
|
||||||
margin-left: 15px;
|
margin-top: 10px;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
|
margin-left: 10px;
|
||||||
color: #212121; }
|
color: #212121; }
|
||||||
.now-playing-list li,
|
.now-playing-list li,
|
||||||
.music-list ol li {
|
.music-list ol li {
|
||||||
|
Loading…
Reference in New Issue
Block a user