File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments