commit ca89de9841db55e7805180efcbf2abd73ab9f3d5 parent c47e7de4582aaed2442c40ff7a6c05e655fcde7e Author: mtmn <miro@haravara.org> Date: Sun, 12 Apr 2026 19:46:15 +0200 feat: add tag hover Diffstat:
| M | src/Main.purs | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/Main.purs b/src/Main.purs @@ -474,6 +474,19 @@ indexHtml = opacity: 0.8; } + .genre-tag:hover { + max-width: none; + overflow: visible; + text-overflow: clip; + position: absolute; + background: #521e40; + border: 1px solid #50447f; + border-radius: 4px; + padding: 2px 6px; + z-index: 100; + white-space: nowrap; + } + .stat-row { cursor: pointer; }