commit a96810eb4cf9a3ee74ca0c73c987b67dc8c1ed0b
parent 1818cd9829cae08786ef34e5e28ce8c72ef00c1e
Author: mtmn <miro@haravara.org>
Date: Mon, 20 Apr 2026 22:55:41 +0200
fix: missing selection for track and album
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/Templates.purs b/src/Templates.purs
@@ -103,6 +103,7 @@ indexHtml userSlug allUsers =
font-family: inherit;
cursor: pointer;
text-align: left;
+ user-select: text;
}
.artist-link {
@@ -114,6 +115,7 @@ indexHtml userSlug allUsers =
font-family: inherit;
cursor: pointer;
text-align: left;
+ user-select: text;
}
.album-link {