2025r180 #1

Merged
Malthbern merged 9 commits from nerdbranch-dev into main 2025-08-27 11:34:47 +00:00
2 changed files with 669 additions and 271 deletions
Showing only changes of commit 3e25ae8920 - Show all commits

16
ui.css
View File

@@ -2411,6 +2411,22 @@ h1 {
align-items: flex-end;
}
.option-input.flex-row {
flex-direction: column;
align-items: flex-start;
}
.option-input .visualized-slider {
margin-bottom: 0;
}
.option-input .slider-visualizer-level {
border-bottom: 5px solid #e43600;
width: 50%;
margin-bottom: 1em;
margin-top: 2px;
}
.vertical-pack {
flex-direction: column;
}