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

css UI fixes, new panel, code optimizaiton, security fixes

This commit is contained in:
Marek Farkaš
2025-02-16 13:26:35 +01:00
parent d40d7f5435
commit bb50aff7b4
21 changed files with 1279 additions and 1054 deletions

View File

@@ -60,14 +60,22 @@ body {
min-height: 100%;
}
#wrapper-outer {
.wrapper-outer {
width: 100%;
height: auto;
background-color: var(--color-main);
display: flex;
align-items: center;
justify-content: center;
min-height:100vh;
flex-direction: column;
}
.wrapper-outer:not(.dashboard-panel) {
min-height: calc(100vh - 84px);
}
.wrapper-outer.wrapper-full {
min-height: 100vh;
}
.wrapper-outer-static {
@@ -79,6 +87,7 @@ body {
width: 100%;
max-width: calc(0% + 1180px);
}
#wrapper.setup-wrapper {
margin: auto;
position: static;
@@ -135,15 +144,6 @@ hr {
border-radius: 0px 15px 15px 0px;
}
@media (max-width: 1180px) {
#wrapper {
position: static;
transform: none;
margin: 50px auto;
width: 100%;
}
}
@media (max-width: 768px) {
#wrapper.setup-wrapper {
width: 100%;