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