work on hot reload; fix bugs in player

This commit is contained in:
bkfox
2020-11-08 14:10:03 +01:00
parent 5fd72c33cc
commit 239580c04a
11 changed files with 162 additions and 136 deletions

View File

@ -221,10 +221,6 @@ a.navbar-item.is-active {
transition: background-color 1s;
}
.button:focus {
background-color: $info;
}
.title {
margin: 0em;
}
@ -260,7 +256,6 @@ main {
.cover.is-tiny { height: 2em; }
}
.sound-item .cover { height: 5em; }
aside {
& > section {
@ -280,6 +275,11 @@ aside {
}
.sound-item {
.cover { height: 5em; }
.media-content a { padding: 0em; }
}
.is-round, .sound-item .button {
border: 1px $grey solid;
border-radius: 1em;