1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 06:23:53 +01:00

UI changes

This commit is contained in:
NoobishSVK
2024-02-23 14:05:23 +01:00
parent 5c4e669efd
commit c2bb770f82
14 changed files with 168 additions and 90 deletions

View File

@@ -78,7 +78,7 @@ label {
#settings, #back-btn, #users-online-container {
background: transparent;
border: 0;
color: white;
color: var(--color-text);
position: absolute;
top: 15px;
right: 15px;
@@ -189,7 +189,7 @@ label {
#data-pi {
font-size: 24px;
margin-top: 50px;
color: #aaa;
color: var(--color-text-2)
}
h2.show-phone {
display: inline;
@@ -272,4 +272,12 @@ label {
margin-bottom: 10px;
font-size: 18px;
}
h2.mb-0 {
margin-bottom: 0;
margin-top: 2px !important;
}
#af-list ul {
max-height: 330px;
}
}