Smal fixes with playlists
This commit is contained in:
parent
554dd14edd
commit
7428b334de
4 changed files with 40 additions and 6 deletions
|
@ -407,6 +407,7 @@ padding:3px;
|
|||
clear: both;
|
||||
padding-top: 2em;
|
||||
text-align: left;
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
.playlist-entry h3 {
|
||||
|
@ -682,6 +683,16 @@ h1 {
|
|||
text-align:left;
|
||||
}
|
||||
|
||||
.playlist-entry {
|
||||
text-align: center;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.playlist-entry .thumb {
|
||||
float: none;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media all and (display-mode: standalone) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue