From 9ff705a48355be68abcdfd8fde630c8418a16c09 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Thu, 16 Jul 2026 21:09:07 -0700 Subject: [PATCH] remove custom tag label size --- .../tag-editor/components/song-edit-modal.module.css | 4 ---- .../features/tag-editor/components/song-edit-modal.tsx | 10 +++------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/src/renderer/features/tag-editor/components/song-edit-modal.module.css b/src/renderer/features/tag-editor/components/song-edit-modal.module.css index 677559c3e..c46fc203c 100644 --- a/src/renderer/features/tag-editor/components/song-edit-modal.module.css +++ b/src/renderer/features/tag-editor/components/song-edit-modal.module.css @@ -1,7 +1,3 @@ -.tab-label { - font-size: 1rem; -} - .table-scroller { max-height: 55vh; padding-top: var(--theme-spacing-sm); diff --git a/src/renderer/features/tag-editor/components/song-edit-modal.tsx b/src/renderer/features/tag-editor/components/song-edit-modal.tsx index 055bc2d15..064a60578 100644 --- a/src/renderer/features/tag-editor/components/song-edit-modal.tsx +++ b/src/renderer/features/tag-editor/components/song-edit-modal.tsx @@ -111,15 +111,11 @@ export const SongEditModal = ({ songs }: { songs: Song[] }) => { - - {t('page.itemDetail.tagsTab', 'Tags')} - - + {t('page.itemDetail.tagsTab', 'Tags')} + {t('page.itemDetail.artworkTab', 'Artwork')} - - {t('common.settings', 'Settings')} - + {t('common.settings', 'Settings')}