From 7a58ac37f708f64c15ff3e0a3dc3efcb647e6c00 Mon Sep 17 00:00:00 2001 From: Joscha Date: Tue, 11 Feb 2025 19:10:25 +0100 Subject: [PATCH] Fix rendering bug by not enlarging buttons Previously, the buttons left weird smudges when moving the mouse while a button was enlarged. It appears to be a rendering engine bug (webkit gtk), since the same does not happen in Firefox/Chromium. This fix avoids enlarging the buttons so no residue is left behind. --- gdn-app/src/components/CNoteButton.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gdn-app/src/components/CNoteButton.vue b/gdn-app/src/components/CNoteButton.vue index 249ab6c..ede1c5c 100644 --- a/gdn-app/src/components/CNoteButton.vue +++ b/gdn-app/src/components/CNoteButton.vue @@ -6,8 +6,12 @@ const props = defineProps<{