From fa07c5a40c16c5239118821c9d9a4ca29b9c2a1f Mon Sep 17 00:00:00 2001 From: alger Date: Thu, 16 Jan 2025 00:38:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E6=9C=80=E5=B0=8F?= =?UTF-8?q?=E5=8C=96=E7=82=B9=E5=87=BB=E5=90=8E=E6=81=A2=E5=A4=8D=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E6=8C=89=E7=A9=BA=E6=A0=BC=E4=BC=9A=E7=BB=A7=E7=BB=AD?= =?UTF-8?q?=E6=9C=80=E5=B0=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixed #42 --- src/renderer/layout/components/TitleBar.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/renderer/layout/components/TitleBar.vue b/src/renderer/layout/components/TitleBar.vue index 8af87e2..ea6d7ce 100644 --- a/src/renderer/layout/components/TitleBar.vue +++ b/src/renderer/layout/components/TitleBar.vue @@ -2,12 +2,12 @@
Alger Music
- -
+
- +
@@ -107,7 +107,7 @@ const drag = (event: MouseEvent) => { -webkit-app-region: no-drag; } -button { +.button { @apply text-gray-600 dark:text-gray-400 hover:text-green-500; }