work on player

This commit is contained in:
bkfox
2020-10-22 00:30:02 +02:00
parent c10a114393
commit 2a0d0b1758
50 changed files with 19630 additions and 2193 deletions

View File

@ -129,17 +129,16 @@ a.navbar-item.is-active {
padding: 0.2em 0em;
}
p {
padding: 0.4em 0em;
}
p { padding: 0.4em 0em; }
hr { background-color: $grey-light; }
.content {
.h1 { font-size: 2em; font-weight: bolder; }
.h2 { font-size: 1.5em; font-weight: bolder; }
.h3 { font-size: 1.17em; font-weight: bolder; }
.h4 { font-size: 1em; font-weight: bolder; }
.h5 { font-size: 0.83em; font-weight: bolder; }
.h6 { font-size: 0.67em; font-weight: bolder; }
section {
h1 { font-size: $size-1; font-weight: bolder; margin-top:0.4em; margin-bottom:0.2em; }
h2 { font-size: $size-3; font-weight: bolder; margin-top:0.4em; margin-bottom:0.2em; }
h3 { font-size: $size-4; font-weight: bolder; margin-top:0.4em; margin-bottom:0.2em; }
h4 { font-size: $size-5; font-weight: bolder; margin-top:0.4em; margin-bottom:0.2em; }
h5 { font-size: $size-6; font-weight: bolder; margin-top:0.4em; margin-bottom:0.2em; }
h6 { font-size: $size-6; margin-top:0.4em; margin-bottom:0.2em; }
}
}
@ -173,32 +172,43 @@ a.navbar-item.is-active {
.player {
box-shadow: 0em 1.5em 2.5em rgba(0, 0, 0, 0.6);
.media-left:not(:last-child) {
margin-right: 0em;
.player-panel {
margin: 0.4em;
max-height: 80%;
overflow-y: auto;
}
.media-cover {
border-left: 1px black solid;
}
.player-bar {
border-top: 1px $grey-light solid;
.cover {
font-size: 1.5rem !important;
height: 2.5em !important;
}
.media-left:not(:last-child) {
margin-right: 0em;
}
.media-content {
padding-top: 0.4em;
padding-left: 0.4em;
}
.media-cover {
border-left: 1px black solid;
}
.button {
font-size: 1.5rem !important;
height: 2.5em;
min-width: 2.5em;
}
.cover {
font-size: 1.5rem !important;
height: 2.5em !important;
}
.title {
margin: 0em;
.media-content {
padding-top: 0.4em;
padding-left: 0.4em;
}
.button {
font-size: 1.5rem !important;
height: 2.5em;
min-width: 2.5em;
border-radius: 0px;
}
.title {
margin: 0em;
}
}
}