Filter bundled foliage prototypes and update UI styling

This commit is contained in:
2026-05-02 04:03:16 +02:00
parent d4cb89839d
commit d8d7877411
2 changed files with 22 additions and 6 deletions

View File

@@ -458,6 +458,18 @@ button:disabled {
gap: 6px;
}
.foliage-prototype-list {
display: flex;
flex-direction: column;
gap: 6px;
max-height: 260px;
overflow: auto;
}
.foliage-prototype-choice {
cursor: pointer;
}
.outliner-section {
display: flex;
flex-direction: column;