From 70a4d87aaeed8fc87afc063c3c9ec8cb723ac21b Mon Sep 17 00:00:00 2001 From: bdim404 Date: Fri, 6 Feb 2026 14:00:07 +0800 Subject: [PATCH] style: Update HistorySidebar styles for improved layout and spacing --- qwen3-tts-frontend/src/components/HistorySidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qwen3-tts-frontend/src/components/HistorySidebar.tsx b/qwen3-tts-frontend/src/components/HistorySidebar.tsx index b7697ea..03322ec 100644 --- a/qwen3-tts-frontend/src/components/HistorySidebar.tsx +++ b/qwen3-tts-frontend/src/components/HistorySidebar.tsx @@ -36,7 +36,7 @@ function HistorySidebarContent() { return (
-
+

{t('historyTitle')}

{t('historyCount', { count: jobs.length })}

@@ -89,7 +89,7 @@ function HistorySidebarContent() { export function HistorySidebar({ open, onOpenChange }: HistorySidebarProps) { return ( <> -