chore: clean up theme scss class usage

This commit is contained in:
Gustav
2025-01-08 16:13:37 -05:00
parent 5f5d3df003
commit 9e2a2c5b44
6 changed files with 297 additions and 460 deletions

View File

@@ -130,7 +130,7 @@ export const SolarSystemEdge = ({ id, source, target, markerEnd, style, data }:
/>
<div
className="absolute flex items-center gap-1"
className="absolute flex items-center gap-1 pointer-events-none"
style={{
transform: `translate(-50%, -50%) translate(${labelX}px,${labelY}px)`,
}}