We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22e140 commit 8ecdb5aCopy full SHA for 8ecdb5a
1 file changed
frontend/leaderboard.html
@@ -81,6 +81,9 @@ <h1 class="page-title">Leaderboard</h1>
81
autocomplete="off"
82
spellcheck="false"
83
/>
84
+
85
+ <span class="search-result-count" id="search-result-count"></span>
86
+ <kbd class="search-shortcut" id="search-shortcut">Ctrl+K</kbd>
87
<button
88
type="button"
89
id="clear-search"
@@ -89,8 +92,6 @@ <h1 class="page-title">Leaderboard</h1>
92
>
90
93
✕
91
94
</button>
- <span class="search-result-count" id="search-result-count"></span>
- <kbd class="search-shortcut" id="search-shortcut">Ctrl+K</kbd>
95
</div>
96
97
0 commit comments