undo/simplify some superfluous changes
This commit is contained in:
parent
31669d9860
commit
a76d5e9d6c
|
@ -103,9 +103,6 @@ h1 {
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
margin: .25em 0 0;
|
margin: .25em 0 0;
|
||||||
}
|
}
|
||||||
#ss-scheme > label {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
#install-wrapper {
|
#install-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -289,18 +286,15 @@ li {
|
||||||
}
|
}
|
||||||
|
|
||||||
#header:not(.meta-init) > *:not(.lds-spinner),
|
#header:not(.meta-init) > *:not(.lds-spinner),
|
||||||
.meta-init > .lds-spinner {
|
#header.meta-init > .lds-spinner {
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta-init > * {
|
#header.meta-init > * {
|
||||||
opacity: 1;
|
|
||||||
transition: opacity .5s;
|
transition: opacity .5s;
|
||||||
-moz-user-select: auto;
|
|
||||||
user-select: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta-init[data-arrived-fast="true"] > * {
|
.meta-init[data-arrived-fast="true"] > * {
|
||||||
|
@ -353,7 +347,7 @@ li {
|
||||||
#header-contents > :not(.w100) {
|
#header-contents > :not(.w100) {
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
}
|
}
|
||||||
#header-contents .set-update-url {
|
.set-update-url {
|
||||||
display: flex;
|
display: flex;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
@ -382,9 +376,6 @@ li {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
#ss-scheme > label {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
.main {
|
.main {
|
||||||
height: auto;
|
height: auto;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
@ -395,6 +386,9 @@ li {
|
||||||
#header {
|
#header {
|
||||||
height: 100% !important; /* overrides user resize */
|
height: 100% !important; /* overrides user resize */
|
||||||
}
|
}
|
||||||
|
#ss-scheme > label {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.w100-full {
|
.w100-full {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: var(--child-gap);
|
margin-top: var(--child-gap);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user