From 01fb606feed9ef8a0e450ad32632de3d35646114 Mon Sep 17 00:00:00 2001 From: Hazel K Date: Sun, 6 Oct 2024 12:18:15 -0400 Subject: [PATCH] fix weird left-alignment --- packages/frontend/src/pages/following-feed.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/frontend/src/pages/following-feed.vue b/packages/frontend/src/pages/following-feed.vue index fae8ea82fb..a45837ed12 100644 --- a/packages/frontend/src/pages/following-feed.vue +++ b/packages/frontend/src/pages/following-feed.vue @@ -241,7 +241,6 @@ definePageMetadata(() => ({ height: 100vh; height: 100dvh; - max-width: 1200px; // The universal layout inserts a "spacer" thing that causes a stray scroll bar. // We have to create fake "space" for it to "roll up" and back into the viewport, which removes the scrollbar.