File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed
Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 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; ">
You can’t perform that action at this time.
0 commit comments