You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-27 06:23:53 +01:00
description fix
This commit is contained in:
@@ -77,6 +77,7 @@ label {
|
|||||||
.canvas-container {
|
.canvas-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 175px;
|
height: 175px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#data-ant {
|
#data-ant {
|
||||||
@@ -127,15 +128,14 @@ table .form-group {
|
|||||||
.hidden-panel {
|
.hidden-panel {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 50%;
|
||||||
top: 100%;
|
transform:translateX(-50%);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 1160px;
|
max-width: 1160px;
|
||||||
background: var(--color-1-transparent);
|
background: var(--color-1-transparent);
|
||||||
color: white;
|
backdrop-filter: blur(5px);
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
backdrop-filter: blur(5px);
|
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
border-radius: 0 0 15px 15px;
|
border-radius: 0 0 15px 15px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -101,5 +101,6 @@
|
|||||||
}
|
}
|
||||||
#dashboard-panel-description {
|
#dashboard-panel-description {
|
||||||
backdrop-filter: blur(25px) !important;
|
backdrop-filter: blur(25px) !important;
|
||||||
|
width: 90%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -67,6 +67,8 @@
|
|||||||
<% } %>
|
<% } %>
|
||||||
<button id="settings" aria-label="Settings" class="hide-phone"><i class="fa-solid fa-gear"></i></button>
|
<button id="settings" aria-label="Settings" class="hide-phone"><i class="fa-solid fa-gear"></i></button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div id="dashboard-panel-description" class="hidden-panel">
|
<div id="dashboard-panel-description" class="hidden-panel">
|
||||||
|
|
||||||
<div class="flex-container">
|
<div class="flex-container">
|
||||||
@@ -142,8 +144,6 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="wrapper-outer" style="z-index: 100;">
|
<div class="wrapper-outer" style="z-index: 100;">
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
<div class="canvas-container hide-phone">
|
<div class="canvas-container hide-phone">
|
||||||
|
|||||||
@@ -1103,7 +1103,7 @@ function toggleLock(buttonSelector, activeMessage, inactiveMessage, activeLabel,
|
|||||||
}
|
}
|
||||||
|
|
||||||
function showTunerDescription() {
|
function showTunerDescription() {
|
||||||
let parentDiv = $("#dashboard-panel-description").parent();
|
let parentDiv = $("#tuner-name").parent();
|
||||||
|
|
||||||
if (!$("#dashboard-panel-description").is(":visible")) {
|
if (!$("#dashboard-panel-description").is(":visible")) {
|
||||||
parentDiv.css("border-radius", "15px 15px 0 0");
|
parentDiv.css("border-radius", "15px 15px 0 0");
|
||||||
|
|||||||
Reference in New Issue
Block a user