Skip to content

Commit 3063527

Browse files
committed
Viewer style: Standardize header
1 parent 103c1cb commit 3063527

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

codeclash/viewer/templates/picker.html

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,11 @@
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;">

0 commit comments

Comments
 (0)