work on player

This commit is contained in:
bkfox
2020-11-07 17:26:08 +01:00
parent a0a1c92cfe
commit 222300945e
12 changed files with 323 additions and 264 deletions

View File

@ -172,12 +172,27 @@ a.navbar-item.is-active {
.player {
box-shadow: 0em 1.5em 2.5em rgba(0, 0, 0, 0.6);
.player-panels {
height: 0%;
transition: height 3s;
}
.player-panels.is-open {
height: auto;
}
.player-panel {
margin: 0.4em;
max-height: 80%;
overflow-y: auto;
}
.progress {
margin: 0em;
padding: 0em;
border-color: $info;
border-style: 'solid';
}
.player-bar {
border-top: 1px $grey-light solid;
@ -204,6 +219,11 @@ a.navbar-item.is-active {
height: 2.5em;
min-width: 2.5em;
border-radius: 0px;
transition: background-color 1s;
}
.button:focus {
background-color: $info;
}
.title {