hot reload

This commit is contained in:
bkfox
2020-11-08 00:45:49 +01:00
parent 222300945e
commit 5fd72c33cc
19 changed files with 473 additions and 105 deletions

View File

@ -7463,22 +7463,31 @@ section > .toolbar {
padding: 1em;
margin-bottom: 1.5em; }
main .cover {
margin: 1em 0em;
border: 0.2em black solid; }
main .small-cover {
main .cover.is-small {
width: 10em; }
main .cover.is-tiny {
height: 2em; }
.sound-item .cover {
height: 5em; }
aside > section {
margin-bottom: 2em; }
aside .cover {
margin-bottom: 2em; }
aside .small-cover {
width: 4em; }
aside .cover.is-small {
width: 10em; }
aside .cover.is-tiny {
height: 2em; }
aside .media .subtitle {
font-size: 1em; }
.is-round, .sound-item .button {
border: 1px #7a7a7a solid;
border-radius: 1em; }

File diff suppressed because one or more lines are too long

View File

@ -7442,22 +7442,31 @@ section > .toolbar {
padding: 1em;
margin-bottom: 1.5em; }
main .cover {
margin: 1em 0em;
border: 0.2em black solid; }
main .small-cover {
main .cover.is-small {
width: 10em; }
main .cover.is-tiny {
height: 2em; }
.sound-item .cover {
height: 5em; }
aside > section {
margin-bottom: 2em; }
aside .cover {
margin-bottom: 2em; }
aside .small-cover {
width: 4em; }
aside .cover.is-small {
width: 10em; }
aside .cover.is-tiny {
height: 2em; }
aside .media .subtitle {
font-size: 1em; }
.is-round, .sound-item .button {
border: 1px #7a7a7a solid;
border-radius: 1em; }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long