work on player

This commit is contained in:
bkfox
2019-08-15 12:43:10 +02:00
parent e0f1ac498f
commit abaccf9ded
35 changed files with 17936 additions and 185 deletions

View File

@@ -62,13 +62,15 @@ section > .toolbar {
}
.cover {
margin: 1em 0em;
border: 0.2em black solid;
}
main {
.cover {
margin: 1em 0em;
border: 0.2em black solid;
}
.small-cover {
width: 10em;
.small-cover {
width: 10em;
}
}
aside {
@@ -86,4 +88,36 @@ aside {
}
.player {
box-shadow: 0em 1.5em 2.5em rgba(0, 0, 0, 0.6);
.media-left:not(:last-child) {
margin-right: 0em;
}
.media-cover {
border-left: 1px black solid;
}
.cover {
font-size: 1.5rem !important;
height: 2.5em !important;
}
.media-content {
padding: 0.2em;
}
.button {
font-size: 1.5rem !important;
height: 2.5em;
min-width: 2.5em;
}
.title {
margin: 0em;
}
}