From eb14753383e01c12c0121dce8ceaff9a7ad514e5 Mon Sep 17 00:00:00 2001 From: Romot Date: Mon, 7 Oct 2024 22:35:56 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AB=E3=83=BC=E3=83=97=E3=83=9C=E3=82=BF?= =?UTF-8?q?=E3=83=B3=E3=82=92=E8=AA=BF=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Sing/ToolBar/ToolBar.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Sing/ToolBar/ToolBar.vue b/src/components/Sing/ToolBar/ToolBar.vue index bdde5cbecb..b2be429aea 100644 --- a/src/components/Sing/ToolBar/ToolBar.vue +++ b/src/components/Sing/ToolBar/ToolBar.vue @@ -733,12 +733,16 @@ onUnmounted(() => { } .sing-playback-loop { - margin-left: 4px; + margin-left: 6px; &.q-btn--active, &.loop-enabled { color: var(--scheme-color-primary); background: var(--scheme-color-secondary-container); } + + :deep(.q-icon) { + font-size: 20px; + } } .sing-playhead-position {