random shit
This commit is contained in:
parent
127bdf0530
commit
14165f12cb
@ -253,19 +253,21 @@
|
|||||||
grid-area: dl;
|
grid-area: dl;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.instance-cryp .stats .speed-label {
|
.instance-cryp .stats .speed-label {
|
||||||
grid-area: sl;
|
grid-area: sl;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.instance-cryp .stats .life-label {
|
.instance-cryp .stats .life-label {
|
||||||
grid-area: ll;
|
grid-area: ll;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -53,7 +53,7 @@ figure {
|
|||||||
main {
|
main {
|
||||||
padding: 0 2em;
|
padding: 0 2em;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: min-content 1fr;
|
grid-template-columns: 200px 1fr;
|
||||||
grid-template-rows: min-content 1fr;
|
grid-template-rows: min-content 1fr;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"hd hd"
|
"hd hd"
|
||||||
@ -63,6 +63,8 @@ main {
|
|||||||
nav {
|
nav {
|
||||||
grid-area: nav;
|
grid-area: nav;
|
||||||
margin-right: 2em;
|
margin-right: 2em;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav hr {
|
nav hr {
|
||||||
@ -70,6 +72,7 @@ nav hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
nav button {
|
nav button {
|
||||||
|
text-overflow: ellipsis;
|
||||||
display: block;
|
display: block;
|
||||||
color: #888;
|
color: #888;
|
||||||
flex: 1 1 100%;
|
flex: 1 1 100%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user