add preferences for auto-center and auto-floor

This commit is contained in:
Stewart Allen 2022-01-20 23:29:35 -05:00
commit c04dac8ba9
4 changed files with 37 additions and 7 deletions

View file

@ -259,6 +259,15 @@ button:hover {
color: black;
}
/** settings dialog **/
.settings {
display: grid;
grid: min-content 1fr / min-content 1fr;
white-space: nowrap;
align-items: center;
}
/** spinner animation **/
@keyframes spinner {