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

tunnel support, imperial units, admin ui bugfixes

This commit is contained in:
NoobishSVK
2024-09-26 15:07:40 +02:00
parent e0c085b789
commit 431dc7cedf
9 changed files with 124 additions and 64 deletions

View File

@@ -3,7 +3,7 @@
height: 48px;
background: var(--color-4);
position: relative;
margin-right: 20px;
margin: auto;
border-radius: 15px;
/*border-bottom: 4px solid var(--color-2);*/
}
@@ -34,7 +34,7 @@
.dropdown input {
width: 100%;
height: 100%;
padding: 10px;
padding: 10px 20px 10px 10px;
cursor: pointer;
border: none;
user-select: none;