minor cleanups
Some checks reported errors
continuous-integration/drone/pr Build was killed
continuous-integration/drone/push Build was killed

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2022-07-30 16:46:59 +02:00
parent 8bc0539032
commit 4840619908
2 changed files with 8 additions and 16 deletions

View File

@@ -21,6 +21,7 @@ div.body > div.listeners {
width: 20%;
padding: 2pc 2pc 0 0;
font-size: xx-small;
font-weight: bold;
text-align: right;
}
@@ -50,6 +51,7 @@ div.playlist > div.playlistrow:nth-child(odd) {
div.playlist > div.playlistrow > div.title{
font-weight: bold;
font-size: medium;
}
div.playlist > div.playlistrow > div.ytlink{
@@ -66,6 +68,7 @@ div.playlist > div.playlistrow > div.controls > div.control {
float: right;
background-color: #aaa;
margin: 1pc 0.5pc 0 0;
cursor: pointer;
}
div.playerframe {