From 3bed57b5e3801bcca3c335e4079aff776bc6d788 Mon Sep 17 00:00:00 2001 From: highperfocused Date: Wed, 4 Mar 2026 19:53:44 +0100 Subject: [PATCH] feat: remove max-width constraints from container elements for full-width layout --- src/components/ArticleView.tsx | 2 +- src/components/ProfileSkeleton.tsx | 2 +- src/components/ProfileView.tsx | 2 +- src/pages/ArticleByDTagPage.tsx | 2 +- src/pages/ArticlePage.tsx | 2 +- src/pages/BookmarksPage.tsx | 2 +- src/pages/CreatePostPage.tsx | 2 +- src/pages/EditPostPage.tsx | 2 +- src/pages/EventPage.tsx | 4 ++-- src/pages/FollowingPage.tsx | 4 ++-- src/pages/HighlightsPage.tsx | 2 +- src/pages/HomePage.tsx | 2 +- src/pages/Nip05ProfilePage.tsx | 2 +- src/pages/NotFound.tsx | 2 +- src/pages/NotePage.tsx | 4 ++-- src/pages/SearchResultsPage.tsx | 4 ++-- src/pages/SettingsPage.tsx | 2 +- src/pages/TagPage.tsx | 4 ++-- 18 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/components/ArticleView.tsx b/src/components/ArticleView.tsx index 148fcf3..b9b72f9 100644 --- a/src/components/ArticleView.tsx +++ b/src/components/ArticleView.tsx @@ -117,7 +117,7 @@ export function ArticleView({ post }: ArticleViewProps) {
-
+