Add styles for toolbar components in app.css

This commit is contained in:
2026-04-11 03:49:45 +02:00
parent 9a1a8884e7
commit ac5febcb11

View File

@@ -103,12 +103,30 @@ button:disabled {
line-height: 1.2;
}
.toolbar__scene-controls {
display: flex;
align-items: center;
gap: 8px;
flex: 1 1 520px;
min-width: 260px;
}
.toolbar__scene-picker {
flex: 0 1 220px;
min-width: 160px;
}
.toolbar__scene-name {
flex: 1 1 320px;
min-width: 220px;
min-width: 180px;
max-width: 460px;
}
.toolbar__scene-select {
min-height: 36px;
width: 100%;
}
.toolbar__actions {
display: flex;
align-items: center;