mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
re-arrange demodulator buttons in a dynamic grid
This commit is contained in:
parent
08ba0c7b02
commit
ccb322016e
2 changed files with 16 additions and 14 deletions
|
|
@ -445,7 +445,7 @@ input[type=range]:disabled {
|
|||
|
||||
.openwebrx-demodulator-button
|
||||
{
|
||||
width: 38px;
|
||||
min-width: 38px;
|
||||
height: 19px;
|
||||
font-size: 12pt;
|
||||
text-align: center;
|
||||
|
|
@ -620,6 +620,18 @@ img.openwebrx-mirror-img
|
|||
padding-top: 0;
|
||||
}
|
||||
|
||||
.openwebrx-modes-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
|
||||
grid-gap: 5px;
|
||||
}
|
||||
|
||||
.openwebrx-modes-grid .openwebrx-demodulator-button {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#openwebrx-smeter-outer
|
||||
{
|
||||
border-color: #888;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue