mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 22:17:34 +00:00
implement display of Q65 mode matrix
This commit is contained in:
parent
ce48892173
commit
a083042002
3 changed files with 57 additions and 2 deletions
|
|
@ -24,4 +24,12 @@
|
|||
h1 {
|
||||
margin: 1em 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.matrix {
|
||||
display: grid;
|
||||
}
|
||||
|
||||
.q65-matrix {
|
||||
grid-template-columns: repeat(5, auto);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue