aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/components/FeedSidebar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/FeedSidebar.tsx')
-rw-r--r--frontend/src/components/FeedSidebar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/FeedSidebar.tsx b/frontend/src/components/FeedSidebar.tsx
index e196127..209be23 100644
--- a/frontend/src/components/FeedSidebar.tsx
+++ b/frontend/src/components/FeedSidebar.tsx
@@ -28,7 +28,7 @@ export function FeedSidebar({ basePath, isReadView = false }: Props) {
};
return (
- <nav className="hidden w-56 shrink-0 md:block">
+ <nav>
<h2 className="mb-3 text-xs font-semibold uppercase tracking-wide text-stone-400">
Feeds
</h2>