chore: formatting changes

This commit is contained in:
Rim 2025-03-28 23:52:34 -04:00
parent 430b4051fe
commit 8134e0283b
2 changed files with 10 additions and 8 deletions

View File

@ -20,12 +20,12 @@ h1 {
}
.form-group {
margin-bottom: 15px;
margin-bottom: 10px;
}
label {
display: block;
margin-bottom: 5px;
margin-bottom: 10px;
font-weight: bold;
}
@ -91,7 +91,7 @@ button:hover {
.tabs {
display: flex;
margin-bottom: 20px;
margin-bottom: 10px;
border-bottom: 1px solid #333;
}
@ -178,6 +178,8 @@ button:hover {
.checkbox-group {
display: flex;
gap: 20px;
position: relative;
top: 5px;
}
.checkbox-group input[type="checkbox"] {
@ -186,14 +188,14 @@ button:hover {
}
.format-options, .processing-options {
margin-bottom: 15px;
margin-bottom: 10px;
padding: 10px;
background-color: #2d2d2d;
border-radius: 4px;
}
.time-options {
margin-bottom: 15px;
margin-bottom: 10px;
padding: 10px;
background-color: #2d2d2d;
border-radius: 4px;

View File

@ -163,7 +163,7 @@
<!-- Matches tab -->
<div class="tab-content" id="matches-tab">
<div class="form-group">
<label for="matchUsername">Username:</label>
<label for="matchUsername">Username (e.g., Ahrimdon or Ahrimdon#1234567):</label>
<input
type="text"
id="matchUsername"
@ -227,7 +227,7 @@
<!-- User tab -->
<div class="tab-content" id="user-tab">
<div class="form-group">
<label for="userUsername">Username:</label>
<label for="userUsername">Username (e.g., Ahrimdon or Ahrimdon#1234567):</label>
<input
type="text"
id="userUsername"
@ -279,7 +279,7 @@
<!-- Search tab -->
<div class="tab-content" id="other-tab">
<div class="form-group">
<label for="searchUsername">Username to Search:</label>
<label for="searchUsername">Username to Search (e.g., Ahrimdon or Ahrimdon#1234567):</label>
<input
type="text"
id="searchUsername"