@@ -82,6 +82,10 @@ header {
gap: 0 1em;
}
+header > * {
+ margin-inline: auto;
+}
+
.icon {
display: inline-block;
width: 1em;
@@ -14,8 +14,8 @@
<form action="/en/settings" method="post">
<div>
- <input type="checkbox" id="postDataEnabled" name="postDataEnabled" <%= it.postDataEnabled !== "false" ? `checked` : `` %> value="true">
<label for="postDataEnabled">post data</label>
+ <input type="checkbox" id="postDataEnabled" name="postDataEnabled" <%= it.postDataEnabled !== "false" ? `checked` : `` %> value="true">
</div>
<form action="/settings" method="post">
<label for="postDataEnabled">odosielať dáta</label>