From f6d64e8fded21e62f628471ef82c0331f16917b9 Mon Sep 17 00:00:00 2001 From: Jeffrey Daniel Date: Wed, 19 Feb 2025 00:39:08 +0000 Subject: [PATCH] Fix MessageBanner padding (#3271) The MessageBanner padding that appears when a project is archived only has padding on the bottom and not the top. This means that there is no visual gap and it does follow the visual style of the rest of the website. I have fixed it. --- apps/frontend/src/pages/[type]/[id].vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/pages/[type]/[id].vue b/apps/frontend/src/pages/[type]/[id].vue index 8b79db4b4..203dff6b6 100644 --- a/apps/frontend/src/pages/[type]/[id].vue +++ b/apps/frontend/src/pages/[type]/[id].vue @@ -674,7 +674,7 @@ :auth="auth" :tags="tags" /> - + {{ project.title }} has been archived. {{ project.title }} will not receive any further updates unless the author decides to unarchive the project.