Skip to content

Commit 6bf8522

Browse files
author
Dexter
committed
CRITICAL FIX: missing lb-head opening div — header text was cut off because .lb-head padding/flex never applied. Stray </div> with no matching open tag.
1 parent c173037 commit 6bf8522

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fandom.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta name="twitter:description" content="Every Moment is real. Every collector is real. Every connection is on-chain." />
1616
<meta name="twitter:image" content="https://fandom-v3.vercel.app/og-default.png" />
1717
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='6' fill='%23ff2d4e'/%3E%3Ctext x='16' y='22' font-family='Arial Black' font-size='18' font-weight='900' text-anchor='middle' fill='white'%3ETS%3C/text%3E%3C/svg%3E" />
18-
<link rel="stylesheet" href="styles.css?v=20260628m3" />
18+
<link rel="stylesheet" href="styles.css?v=20260628m4" />
1919
<style>
2020
body { overflow-x: hidden; }
2121

@@ -191,6 +191,7 @@ <h2>Pick a player</h2>
191191

192192
<!-- Leaderboard sidebar -->
193193
<aside class="leaderboard" id="leaderboard" style="display:none;">
194+
<div class="lb-head">
194195
<div class="lb-eyebrow">Locked</div>
195196
<div class="lb-title">Locked Score Leaders</div>
196197
<button class="lb-collapse" id="lb-collapse" title="Collapse"></button>

0 commit comments

Comments
 (0)