mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
render scheduler profile inputs
This commit is contained in:
parent
65758a0098
commit
2d823b2945
2 changed files with 38 additions and 9 deletions
|
|
@ -106,4 +106,18 @@ table.bookmarks .frequency {
|
|||
|
||||
.option-add-button, .option-remove-button {
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
.scheduler-static-time-inputs {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.scheduler-static-time-inputs > * {
|
||||
flex: 0 0 auto;
|
||||
width: unset;
|
||||
}
|
||||
|
||||
.scheduler-static-time-inputs > select {
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue