1
0
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:
Marek Farkaš
2025-02-16 16:17:07 +01:00
parent c0095e1802
commit fcfc0691fa
4 changed files with 74 additions and 73 deletions

View File

@@ -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;
}

View File

@@ -101,5 +101,6 @@
}
#dashboard-panel-description {
backdrop-filter: blur(25px) !important;
width: 90%;
}
}