logging improvements, connection changes, ui changes

This commit is contained in:
NoobishSVK
2024-02-07 20:18:38 +01:00
parent 0b11e9cd96
commit 8ad8015ae7
7 changed files with 108 additions and 87 deletions
+5 -1
View File
@@ -249,7 +249,7 @@ label {
}
}
@media only screen and (min-width: 960px) and (max-height: 860px) {
@media only screen and (min-width: 769px) and (max-height: 860px) {
#rt-container {
height: 90px !important;
}
@@ -268,4 +268,8 @@ label {
float: right;
text-align: right;
}
h2 {
margin-bottom: 10px;
font-size: 18px;
}
}