1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

bugfixes, ui changes, rds reset feature

This commit is contained in:
NoobishSVK
2024-01-29 23:32:00 +01:00
parent 6e25e0b1dd
commit 525ae519d7
7 changed files with 105 additions and 27 deletions

View File

@@ -59,7 +59,7 @@ h3 {
display: none;
}
@media (max-width: 960px) {
@media (max-width: 768px) {
canvas, #flags-container {
display: none;
}
@@ -80,7 +80,7 @@ h3 {
padding: 0 !important;
}
#data-ps {
font-size: 60px;
font-size: 54px;
}
#data-frequency {
font-size: 72px;
@@ -109,6 +109,24 @@ h3 {
}
#tune-buttons {
height: 64px;
order: 1;
}
.filter-controls {
order: 2;
}
.button-play-mobile {
order: 2;
margin: 0 !important;
border-radius: 0;
}
.button-play-mobile .playbutton {
border-radius: 0;
}
.button-eq {
order: 1;
}
.button-ims {
order: 3;
}
}