From e99a0328522e1c8ced191a56379017176eaa025b Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Tue, 26 May 2026 12:02:50 +0100 Subject: [PATCH] =?UTF-8?q?music(player):=20'=E4=BB=85=E7=9C=8B=E6=94=B6?= =?UTF-8?q?=E8=97=8F'=20chip=20=E8=B7=9F=20tag=20=E6=8E=92=E4=B8=80?= =?UTF-8?q?=E8=B5=B7=EF=BC=8C=E4=B8=8D=E5=86=8D=E6=8E=A8=E5=88=B0=E6=9C=80?= =?UTF-8?q?=E5=8F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/music/frontend/src/views/PlayerView.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/music/frontend/src/views/PlayerView.vue b/apps/music/frontend/src/views/PlayerView.vue index cbed67a..4b95d2d 100644 --- a/apps/music/frontend/src/views/PlayerView.vue +++ b/apps/music/frontend/src/views/PlayerView.vue @@ -1403,9 +1403,6 @@ onBeforeUnmount(() => { border-color: var(--accent-strong); color: var(--accent); } -.fav-chip { - margin-left: auto; -} .fav-chip.active { color: #f5b800 !important; border-color: #f5b800 !important;