styles
This commit is contained in:
@@ -15,7 +15,7 @@ aside {
|
||||
padding-left: 1em;
|
||||
|
||||
.instance-ctrl {
|
||||
grid-template-rows: 1fr 1fr 1fr min-content;
|
||||
grid-template-rows: 2fr 2fr 1fr;
|
||||
}
|
||||
|
||||
.controls {
|
||||
@@ -32,14 +32,7 @@ aside {
|
||||
}
|
||||
}
|
||||
|
||||
// fix chrome being inconsistent
|
||||
table {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
div {
|
||||
text-align: center;
|
||||
}
|
||||
text-align: center;
|
||||
|
||||
button {
|
||||
width: 100%;
|
||||
@@ -108,6 +101,18 @@ aside {
|
||||
|
||||
.instance-ctrl-btns {
|
||||
font-size: 50%;
|
||||
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
|
||||
button {
|
||||
flex: 0;
|
||||
|
||||
&:first-child {
|
||||
flex: 1;
|
||||
font-size: 200%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.abandon:not([disabled]) {
|
||||
|
||||
Reference in New Issue
Block a user