Skip to content

Commit 19b193e

Browse files
author
Luke
committed
Make arrow buttons render immediately
1 parent 8de54cf commit 19b193e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,12 +337,12 @@ <h2 class="text-xs font-semibold text-gray-400 uppercase">Books</h2>
337337
<div id="viz-container" class="relative overflow-x-auto overflow-y-hidden" style="flex: 1; min-width: 0;">
338338
<canvas id="main-canvas"></canvas>
339339
<!-- Navigation arrows for arcs -->
340-
<button id="nav-left-arc" class="absolute left-4 top-1/2 -translate-y-1/2 w-10 h-10 bg-gray-800/90 hover:bg-gray-700 border border-gray-600 rounded-full flex items-center justify-center text-gray-300 transition-all z-10 hover:scale-110 active:scale-95 hidden">
340+
<button id="nav-left-arc" class="absolute left-4 top-1/2 -translate-y-1/2 w-10 h-10 bg-gray-800/90 hover:bg-gray-700 border border-gray-600 rounded-full flex items-center justify-center text-gray-300 transition-all z-10 hover:scale-110 active:scale-95">
341341
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
342342
<polyline points="15 18 9 12 15 6"></polyline>
343343
</svg>
344344
</button>
345-
<button id="nav-right-arc" class="absolute right-4 top-1/2 -translate-y-1/2 w-10 h-10 bg-gray-800/90 hover:bg-gray-700 border border-gray-600 rounded-full flex items-center justify-center text-gray-300 transition-all z-10 hover:scale-110 active:scale-95 hidden">
345+
<button id="nav-right-arc" class="absolute right-4 top-1/2 -translate-y-1/2 w-10 h-10 bg-gray-800/90 hover:bg-gray-700 border border-gray-600 rounded-full flex items-center justify-center text-gray-300 transition-all z-10 hover:scale-110 active:scale-95">
346346
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
347347
<polyline points="9 18 15 12 9 6"></polyline>
348348
</svg>

0 commit comments

Comments
 (0)