File tree Expand file tree Collapse file tree
codeclash/viewer/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 < link rel ="stylesheet " href ="{{ url_for('static', filename='css/picker.css') }} ">
1414</ head >
1515< body {% if is_static %} data-static-mode{% endif %} >
16+ {% include 'includes/picker_header.html' %}
1617
17- < div class ="picker-container ">
18- < div class ="picker-header ">
19- < div class ="picker-title-section ">
20- < h1 > < i class ="bi bi-controller "> </ i > Pick a Game</ h1 >
21- < p > Select a game session to view its trajectory</ p >
22- </ div >
23- < div class ="picker-controls ">
24- < button id ="help-btn " class ="btn btn-outline-secondary help-button " title ="Show Keyboard Shortcuts (Press ?) ">
25- < i class ="bi bi-question-circle "> </ i > < kbd > ?</ kbd >
26- </ button >
27- </ div >
18+ < main class ="container-fluid main-content ">
19+ < div class ="picker-description ">
20+ < p > Select a game session to view its trajectory</ p >
2821 </ div >
2922
3023
@@ -153,7 +146,7 @@ <h3>No Game Sessions Found</h3>
153146 < p > Make sure you have run some games and they have generated log files.</ p >
154147 </ div >
155148 {% endif %}
156- </ div >
149+ </ main >
157150
158151 <!-- Move/Rename Dialog -->
159152 < div id ="move-dialog " class ="move-dialog " style ="display: none; ">
You can’t perform that action at this time.
0 commit comments