diff --git a/src/renderer/src/App.tsx b/src/renderer/src/App.tsx
index 9bb5718..5ce8824 100644
--- a/src/renderer/src/App.tsx
+++ b/src/renderer/src/App.tsx
@@ -1,4 +1,3 @@
-import { ScrollArea } from '@renderer/components/ui/scroll-area'
import { Sidebar } from '@renderer/components/ui/sidebar'
import { Toaster } from '@renderer/components/ui/sonner'
import { TitleBar } from '@renderer/components/ui/title-bar'
@@ -256,28 +255,23 @@ function AppContent() {
{/* Custom Title Bar */}
-
-
-
- handlePageChange('settings')}
- />
- }
- />
- } />
- } />
- } />
- } />
-
-
-
+
+
+ handlePageChange('settings')}
+ />
+ }
+ />
+ } />
+ } />
+ } />
+ } />
+
+
diff --git a/src/renderer/src/pages/Subscriptions.tsx b/src/renderer/src/pages/Subscriptions.tsx
index 82aa11a..a9ca74b 100644
--- a/src/renderer/src/pages/Subscriptions.tsx
+++ b/src/renderer/src/pages/Subscriptions.tsx
@@ -319,45 +319,48 @@ export function Subscriptions() {
}, [selectedTab, sortedSubscriptions])
return (
-
+
{/* Channel Tabs Header */}
-
-
-
-
- {/* Subscription Channel Tabs */}
- {sortedSubscriptions.map((subscription) => (
- refreshSubscription(subscription.id)}
- onRemove={() => removeSubscription(subscription.id)}
- onUpdate={(data) => handleUpdateSubscription(subscription.id, data)}
- />
- ))}
- {/* Add RSS Button */}
-
-
-
-
+
+
+
+ {/* Subscription Channel Tabs */}
+ {sortedSubscriptions.map((subscription) => (
+ refreshSubscription(subscription.id)}
+ onRemove={() => removeSubscription(subscription.id)}
+ onUpdate={(data) => handleUpdateSubscription(subscription.id, data)}
+ />
+ ))}
+
+
+
+ {/* Add RSS Button */}
+
{/* Content Area */}
-
+
{sortedSubscriptions.length === 0 ? (