From 8f820de237d4f3860416ba7b8aa0d0d6fb36202b Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Tue, 3 Oct 2023 19:20:26 -0700 Subject: [PATCH] cluster: add touch sound Signed-off-by: Varun Patil --- src/components/frame/Cluster.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/frame/Cluster.vue b/src/components/frame/Cluster.vue index b9ae1a22..20fbcae9 100644 --- a/src/components/frame/Cluster.vue +++ b/src/components/frame/Cluster.vue @@ -8,7 +8,7 @@
{{ subtitle }}
-
+
@@ -191,6 +198,7 @@ $namemargin: 10px; z-index: 100; width: calc(100% - 2 * #{$namemargin}); margin: $namemargin; + pointer-events: none; color: white; word-wrap: break-word; @@ -265,6 +273,7 @@ $namemargin: 10px; position: absolute; top: 6px; right: 6px; + pointer-events: none; } .previews {