aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/components
diff options
context:
space:
mode:
authornsfisis <54318333+nsfisis@users.noreply.github.com>2026-02-18 20:11:56 +0900
committerGitHub <noreply@github.com>2026-02-18 20:11:56 +0900
commitcb687cfa03f382c12b3be3be3eb265d7016f9834 (patch)
treebd74544e90643dda6d6d34000fb17a9ffe408066 /frontend/src/components
parent7ff02cd24054ba6a629478cb20f565c7c6c76fbd (diff)
parent2846d053f18a7f2d92aa28ccd83ccfb47d80170d (diff)
downloadfeedaka-cb687cfa03f382c12b3be3be3eb265d7016f9834.tar.gz
feedaka-cb687cfa03f382c12b3be3be3eb265d7016f9834.tar.zst
feedaka-cb687cfa03f382c12b3be3be3eb265d7016f9834.zip
Merge pull request #5 from nsfisis/claude/fix-mobile-feed-menu-TEr3n
Move responsive styling from FeedSidebar to parent containers
Diffstat (limited to 'frontend/src/components')
-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>