]> danix's work - danix.xyz-2.git/commit
fix: correct padding calculation and remove flex classes in spiral layout
authorDanilo M. <redacted>
Tue, 21 Apr 2026 21:40:09 +0000 (23:40 +0200)
committerDanilo M. <redacted>
Tue, 21 Apr 2026 21:40:09 +0000 (23:40 +0200)
commita110f125bbec56034a5254253257fb22bfd1daec
tree4dd969c065205ae3173ca5bad3e470ee2272ab61
parent740506603dc9be03c3337dfa469d79e27c45fbbf
fix: correct padding calculation and remove flex classes in spiral layout

- Issue #1: Fix padding calculation from 48px to 32px (2rem). Tags normalized to y=16px (top), so add 32px bottom padding = 16+32=48px total height buffer after normalization
- Issue #2: Explicitly remove flex and flex-wrap classes via classList.remove() to properly clean DOM when switching to absolute positioning

Co-Authored-By: Claude Haiku 4.5 <redacted>
themes/danix-xyz-hacker/assets/js/tag-cloud-spiral.js