mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-06 07:01:37 +01:00
fix: quick fix layout
This commit is contained in:
@@ -27,6 +27,15 @@ table{
|
|||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.user-settings{
|
||||||
|
display: inline-flex;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-check{
|
||||||
|
margin-right: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.m-auto{
|
.m-auto{
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,17 +4,19 @@
|
|||||||
<body>
|
<body>
|
||||||
{% include "upload-button.html" %}
|
{% include "upload-button.html" %}
|
||||||
|
|
||||||
<div class="form-check form-switch">
|
<div class="user-settings">
|
||||||
<input class="form-check-input" type="checkbox" role="switch" id="show_tm_2020">
|
<div class="form-check form-switch">
|
||||||
<label class="form-check-label" for="show_tm_2020">Show All TM2020</label>
|
<input class="form-check-input" type="checkbox" role="switch" id="show_tm_2020">
|
||||||
</div>
|
<label class="form-check-label" for="show_tm_2020">Show All TM2020</label>
|
||||||
<div class="form-check form-switch">
|
</div>
|
||||||
<input class="form-check-input" type="checkbox" role="switch" id="show_tmnf">
|
<div class="form-check form-switch">
|
||||||
<label class="form-check-label" for="show_tmnf">Show All TMNF</label>
|
<input class="form-check-input" type="checkbox" role="switch" id="show_tmnf">
|
||||||
</div>
|
<label class="form-check-label" for="show_tmnf">Show All TMNF</label>
|
||||||
<div class="form-check form-switch">
|
</div>
|
||||||
<input class="form-check-input" type="checkbox" role="switch" id="notifications_self">
|
<div class="form-check form-switch">
|
||||||
<label class="form-check-label" for="notifications_self">Send notifcations</label>
|
<input class="form-check-input" type="checkbox" role="switch" id="notifications_self">
|
||||||
|
<label class="form-check-label" for="notifications_self">Send notifcations</label>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="/static/user_settings.js" defer></script>
|
<script src="/static/user_settings.js" defer></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user