From 6a6961baa1a663ca846b05813bef6cddc7874cb1 Mon Sep 17 00:00:00 2001 From: Lilian Date: Sun, 17 Nov 2024 21:41:40 +0100 Subject: [PATCH] [frontend/components] Change banner notification location --- Iceshrimp.Frontend/Components/BannerContainer.razor.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Iceshrimp.Frontend/Components/BannerContainer.razor.css b/Iceshrimp.Frontend/Components/BannerContainer.razor.css index daad67e2..4076643d 100644 --- a/Iceshrimp.Frontend/Components/BannerContainer.razor.css +++ b/Iceshrimp.Frontend/Components/BannerContainer.razor.css @@ -1,7 +1,7 @@ .banner-container { position: fixed; - bottom: 5rem; - right: 5rem; + top: 4rem; + right: 1rem; background-color: var(--background-color); border: solid var(--highlight-color) 0.1rem; border-radius: 1rem;