1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 06:23:53 +01:00

TX ID, UI fixes

This commit is contained in:
NoobishSVK
2024-02-05 21:16:32 +01:00
parent e482c29e00
commit f3a99e6adc
9 changed files with 312 additions and 118 deletions

View File

@@ -20,6 +20,12 @@ h3 {
font-size: 22px;
}
h4 {
margin: 0;
font-weight: 400;
font-size: 20px;
}
p#tuner-desc {
margin: 0;
}
@@ -54,6 +60,10 @@ label {
font-weight: 500;
}
#data-station-container {
display: none;
}
.form-group {
float: left;
margin-bottom: 10px;