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

device types, bugfixes

This commit is contained in:
NoobishSVK
2024-03-16 18:49:18 +01:00
parent aeb2361f77
commit 44e2927801
14 changed files with 288 additions and 118 deletions

View File

@@ -36,6 +36,24 @@ h4 {
font-size: 20px;
}
.tooltip {
display: inline-block;
cursor: pointer;
}
.tooltiptext {
position: absolute;
background-color: var(--color-3);
color: var(--color-text);
text-align: center;
font-size: 14px;
border-radius: 30px;
padding: 5px 25px;
z-index: 1000;
opacity:var(--color-main);
transition: opacity 0.3s ease-in-out;
}
p#tuner-desc {
margin: 0;
}
@@ -78,6 +96,10 @@ label {
font-size: 20px;
}
.highest-signal-container {
margin-bottom: -20px !important;
}
.form-group {
float: left;
margin-bottom: 10px;
@@ -215,6 +237,17 @@ label {
#tuner-wireless {
display: none;
}
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
pointer-events: auto; /* Ensure that the overlay captures clicks */
opacity: 0; /* Make the overlay invisible */
}
@media (max-width: 768px) {
canvas, #flags-container {
display: none;
@@ -234,6 +267,10 @@ label {
.form-group {
float: none;
}
.highest-signal-container {
margin-top: -20px !important;
margin-bottom: 15px !important;
}
#data-pi {
font-size: 24px;
margin-top: 20px;