diff --git a/web/css/breadcrumbs.css b/web/css/breadcrumbs.css
index ec80b74..549fbbc 100644
--- a/web/css/breadcrumbs.css
+++ b/web/css/breadcrumbs.css
@@ -77,6 +77,7 @@ label {
.canvas-container {
width: 100%;
height: 175px;
+ overflow: hidden;
}
#data-ant {
@@ -127,15 +128,14 @@ table .form-group {
.hidden-panel {
display: none;
position: absolute;
- left: 0;
- top: 100%;
+ left: 50%;
+ transform:translateX(-50%);
width: 100%;
max-width: 1160px;
background: var(--color-1-transparent);
- color: white;
+ backdrop-filter: blur(5px);
text-align: left;
padding: 20px;
- backdrop-filter: blur(5px);
z-index: 10;
border-radius: 0 0 15px 15px;
}
diff --git a/web/css/panels.css b/web/css/panels.css
index 177e5a4..153af52 100644
--- a/web/css/panels.css
+++ b/web/css/panels.css
@@ -101,5 +101,6 @@
}
#dashboard-panel-description {
backdrop-filter: blur(25px) !important;
+ width: 90%;
}
}
\ No newline at end of file
diff --git a/web/index.ejs b/web/index.ejs
index dfa84ff..59ae43b 100644
--- a/web/index.ejs
+++ b/web/index.ejs
@@ -67,81 +67,81 @@
<% } %>
-
+
+
+
-
-
- <%- tunerDesc %>
- <% if(tuningLimit && tuningLimit == true){ %>
-
Limit: <%= tuningLowerLimit %> MHz - <%= tuningUpperLimit %> MHz
- <% } %>
-
-
-
-
-
- Device
-
- <% if (device == 'tef') { %>TEF668x<% } %>
- <% if (device == 'xdr') { %>Sony XDR<% } %>
- <% if (device == 'sdr') { %>SDR<% } %>
-
-
-
-
-
-
-
-
-
- Server time
-
-
-
-
-
-
-
-
-
-
+
+
+ <%- tunerDesc %>
+ <% if(tuningLimit && tuningLimit == true){ %>
+
Limit: <%= tuningLowerLimit %> MHz - <%= tuningUpperLimit %> MHz
+ <% } %>
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Owner contact
- <%= ownerContact %>
-
-
+
Device
+
+ <% if (device == 'tef') { %>TEF668x<% } %>
+ <% if (device == 'xdr') { %>Sony XDR<% } %>
+ <% if (device == 'sdr') { %>SDR<% } %>
+
+
+
+
+
+
+
+ Server time
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Owner contact
+ <%= ownerContact %>
+
+
diff --git a/web/js/main.js b/web/js/main.js
index cdfc522..c264db4 100644
--- a/web/js/main.js
+++ b/web/js/main.js
@@ -1103,7 +1103,7 @@ function toggleLock(buttonSelector, activeMessage, inactiveMessage, activeLabel,
}
function showTunerDescription() {
- let parentDiv = $("#dashboard-panel-description").parent();
+ let parentDiv = $("#tuner-name").parent();
if (!$("#dashboard-panel-description").is(":visible")) {
parentDiv.css("border-radius", "15px 15px 0 0");