aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-15 17:45:40 +0900
committernsfisis <nsfisis@gmail.com>2026-02-15 17:45:40 +0900
commit6ec39d10d3f0f9f6df549208e4dcd6f30808e21b (patch)
tree407938c2509ccbe7624caae4d417ada3b2ebf7fc
parent73ad8f96d7df116bcca6e446691ee768a9138d60 (diff)
downloadfeedaka-6ec39d10d3f0f9f6df549208e4dcd6f30808e21b.tar.gz
feedaka-6ec39d10d3f0f9f6df549208e4dcd6f30808e21b.tar.zst
feedaka-6ec39d10d3f0f9f6df549208e4dcd6f30808e21b.zip
fix(frontend): hide feed sidebar on mobile for better readability
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
-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 6c385c5..4d6502d 100644
--- a/frontend/src/components/FeedSidebar.tsx
+++ b/frontend/src/components/FeedSidebar.tsx
@@ -23,7 +23,7 @@ export function FeedSidebar({ basePath }: Props) {
};
return (
- <nav className="w-56 shrink-0">
+ <nav className="hidden w-56 shrink-0 md:block">
<h2 className="mb-3 text-xs font-semibold uppercase tracking-wide text-stone-400">
Feeds
</h2>