You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
modal fix for phones
This commit is contained in:
@@ -31,7 +31,9 @@ h3 {
|
||||
|
||||
.form-group {
|
||||
float: left;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 10px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#color-settings, #settings {
|
||||
@@ -90,6 +92,9 @@ h3 {
|
||||
h2 {
|
||||
display: none;
|
||||
}
|
||||
.form-group {
|
||||
float: none;
|
||||
}
|
||||
#data-pi {
|
||||
font-size: 24px;
|
||||
margin-top: 50px;
|
||||
|
||||
@@ -213,7 +213,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group" style="margin-left: 10px;">
|
||||
<div class="form-group">
|
||||
<label for="signal" style="margin-top: 50px;"><i class="fa-solid fa-signal"></i> Signal units:</label>
|
||||
<!--<select name="signal" style="margin-bottom: 15px;" id="signal-selector">
|
||||
<option value="dbf">dBf</option>
|
||||
@@ -230,7 +230,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bottom-20">
|
||||
<div class="form-group bottom-20" style="float: none;">
|
||||
<label for="themes"><i class="fa-solid fa-user"></i> Users online:</label>
|
||||
<span id="users-online" name="users-online">0</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user