chore: formatting changes
This commit is contained in:
parent
430b4051fe
commit
8134e0283b
@ -20,12 +20,12 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-group {
|
.form-group {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -91,7 +91,7 @@ button:hover {
|
|||||||
|
|
||||||
.tabs {
|
.tabs {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 10px;
|
||||||
border-bottom: 1px solid #333;
|
border-bottom: 1px solid #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -178,6 +178,8 @@ button:hover {
|
|||||||
.checkbox-group {
|
.checkbox-group {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
|
position: relative;
|
||||||
|
top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkbox-group input[type="checkbox"] {
|
.checkbox-group input[type="checkbox"] {
|
||||||
@ -186,14 +188,14 @@ button:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.format-options, .processing-options {
|
.format-options, .processing-options {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: #2d2d2d;
|
background-color: #2d2d2d;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.time-options {
|
.time-options {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: #2d2d2d;
|
background-color: #2d2d2d;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
@ -163,7 +163,7 @@
|
|||||||
<!-- Matches tab -->
|
<!-- Matches tab -->
|
||||||
<div class="tab-content" id="matches-tab">
|
<div class="tab-content" id="matches-tab">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="matchUsername">Username:</label>
|
<label for="matchUsername">Username (e.g., Ahrimdon or Ahrimdon#1234567):</label>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
id="matchUsername"
|
id="matchUsername"
|
||||||
@ -227,7 +227,7 @@
|
|||||||
<!-- User tab -->
|
<!-- User tab -->
|
||||||
<div class="tab-content" id="user-tab">
|
<div class="tab-content" id="user-tab">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="userUsername">Username:</label>
|
<label for="userUsername">Username (e.g., Ahrimdon or Ahrimdon#1234567):</label>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
id="userUsername"
|
id="userUsername"
|
||||||
@ -279,7 +279,7 @@
|
|||||||
<!-- Search tab -->
|
<!-- Search tab -->
|
||||||
<div class="tab-content" id="other-tab">
|
<div class="tab-content" id="other-tab">
|
||||||
<div class="form-group">
|
<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
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
id="searchUsername"
|
id="searchUsername"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user