Skip to content

Commit a22ce93

Browse files
authored
Update index.html
1 parent 5cd41e5 commit a22ce93

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

analyze/index.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,13 @@
8888
flex-wrap: wrap;
8989
margin-bottom: 15px;
9090
}
91-
91+
92+
.date-input-pair {
93+
display: flex;
94+
align-items: center;
95+
flex: auto;
96+
}
97+
9298
input[type="text"], input[type="date"] {
9399
flex: 1;
94100
min-width: 200px;
@@ -447,10 +453,14 @@ <h1>🏆 Codeforces Contest Analyzer</h1>
447453
<button id="analyzeBtn">Analyze Performance</button>
448454
</div>
449455
<div class="date-group">
450-
<span class="date-label">Start:</span>
451-
<input type="date" id="startDate" />
452-
<span class="date-label">End:</span>
453-
<input type="date" id="endDate" />
456+
<div class="date-input-pair">
457+
<span class="date-label">Start:</span>
458+
<input type="date" id="startDate" />
459+
</div>
460+
<div class="date-input-pair">
461+
<span class="date-label">End:</span>
462+
<input type="date" id="endDate" />
463+
</div>
454464
</div>
455465
<div style="margin-top: 15px;">
456466
<label style="display: flex; align-items: center; gap: 8px; cursor: pointer;">

0 commit comments

Comments
 (0)