forked from rc/aircox
work on hot reload; fix bugs in player
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user