noice
This commit is contained in:
parent
5fdc45e640
commit
437e7795eb
@ -177,7 +177,7 @@
|
|||||||
transition-timing-function: ease;
|
transition-timing-function: ease;
|
||||||
*/}
|
*/}
|
||||||
|
|
||||||
.instance-cryp:first-child {
|
.instance-cryp:first-child, .instance-cryp-active:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
border-left-width: 1px;
|
border-left-width: 1px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,15 +6,15 @@
|
|||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"top"
|
"top"
|
||||||
"controls"
|
"controls"
|
||||||
"mvbox"
|
"vbox"
|
||||||
"mcryps"
|
"cryps"
|
||||||
}
|
}
|
||||||
/* Default view */
|
/* Default view */
|
||||||
.instance .equip { display: none; }
|
.instance .equip { display: none; }
|
||||||
.instance .info { display: none; }
|
.instance .info { display: none; }
|
||||||
.instance .cryp-list { display: none; }
|
.instance .cryp-list { display: none; }
|
||||||
.vbox {
|
.vbox {
|
||||||
grid-area: mvbox;
|
grid-area: vbox;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: min-content min-content min-content;
|
grid-template-rows: min-content min-content min-content;
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
@ -47,7 +47,7 @@
|
|||||||
#toggle-vbox:checked ~ .vbox { display: none; }
|
#toggle-vbox:checked ~ .vbox { display: none; }
|
||||||
#toggle-vbox:checked ~ .equip {
|
#toggle-vbox:checked ~ .equip {
|
||||||
display: initial;
|
display: initial;
|
||||||
grid-area: mvbox;
|
grid-area: vbox;
|
||||||
}
|
}
|
||||||
|
|
||||||
#toggle-vbox:checked ~ .highlight {
|
#toggle-vbox:checked ~ .highlight {
|
||||||
@ -55,7 +55,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#toggle-vbox:checked ~ .cryp-list {
|
#toggle-vbox:checked ~ .cryp-list {
|
||||||
grid-area: mcryps;
|
grid-area: cryps;
|
||||||
display: grid;
|
display: grid;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user