Added infinite boolean, fixed loading behaviour at startup

This commit is contained in:
lieght
2025-12-03 18:56:08 +01:00
parent 740d2cf3db
commit 040287ad70
12 changed files with 47 additions and 30 deletions

View File

@@ -0,0 +1,56 @@
.button {
-fx-background-radius: 6;
-fx-cursor: hand;
-fx-padding: 14 28;
}
.combo-box {
-fx-background-radius: 4;
-fx-cursor: hand;
-fx-padding: 12;
}
.combo-box .arrow-button {
-fx-padding: 0;
}
.combo-box-popup .list-cell {
-fx-padding: 8 0 8 0;
}
.container {
-fx-padding: 28;
-fx-spacing: 14;
}
.current-player {
-fx-font-size: 32px;
}
.header {
-fx-font-size: 28px;
-fx-font-weight: bold;
}
.input {
-fx-background-radius: 4;
-fx-padding: 12;
}
.separator {
-fx-padding: 14 0;
}
.slider {
-fx-padding: 10 0;
}
.text {
-fx-font-size: 22px;
-fx-font-weight: normal;
}
.image {
-fx-max-width: 200px;
-fx-max-height: 200px;
}