fix styles; update storage validation checker

This commit is contained in:
gingervitis
2021-02-01 00:01:38 -08:00
parent 7501cfc548
commit cd8d877a59
3 changed files with 17 additions and 9 deletions

View File

@@ -85,7 +85,7 @@
width: 100%;
display: block;
&.empty {
display: inline-block;
display: none;
visibility: visible;
}
}

View File

@@ -340,4 +340,14 @@
.button-container {
margin: 1em 0;
}
.advanced-section {
margin: 1em 0;
}
}
.field-container {
padding: .85em 0 .5em;
&:nth-child(even) {
background-color: rgba(0,0,0,.25);
}
}