1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 14:11:59 +01:00

mobile panel, UI bugfixes, security improvements

This commit is contained in:
Marek Farkaš
2025-05-02 16:06:48 +02:00
parent 27e9ee93fb
commit fb8af10ce5
19 changed files with 909 additions and 888 deletions

View File

@@ -76,10 +76,22 @@
margin: 10px;
}
.m-left-5 {
margin-left: 5px;
}
.m-left-15 {
margin-left: 15px !important;
}
.m-left-20 {
margin-left: 20px;
}
.m-right-5 {
margin-right: 5px;
}
.m-right-10 {
margin-right: 10px;
}
@@ -132,6 +144,10 @@
background-color: var(--color-2-transparent);
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
@@ -207,6 +223,10 @@
margin-bottom: 50px;
}
.p-0 {
padding: 0;
}
.p-10 {
padding: 10px;
}