add preferences for auto-center and auto-floor
This commit is contained in:
parent
2696406601
commit
c04dac8ba9
4 changed files with 37 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue