Playlist items text is spaced not stupidly
Playlist Items look like not garbage now I gave them a giant margin and forgot about it. should be good now the item holders have padding instead for the edges
This commit is contained in:
parent
e08e9cbcca
commit
dcfe7115fa
3 changed files with 4 additions and 4 deletions
|
|
@ -136,6 +136,7 @@ h4 {
|
|||
}
|
||||
|
||||
.playlist > .item > .text {
|
||||
padding: 3px;
|
||||
display: inline-block;
|
||||
margin: 0px 3px;
|
||||
}
|
||||
|
|
@ -150,7 +151,7 @@ h4 {
|
|||
}
|
||||
|
||||
.playlist > .item > .text > * {
|
||||
margin:5% 2px;
|
||||
margin:2px;
|
||||
}
|
||||
|
||||
/* settings stuff */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue