From d33238afeee66c4524045c3401a39023ca778443 Mon Sep 17 00:00:00 2001 From: Lilian Date: Thu, 6 Feb 2025 22:39:13 +0100 Subject: [PATCH] [frontend/components] Make main layout separators thinner --- Iceshrimp.Frontend/Components/BannerContainer.razor.css | 4 ++-- Iceshrimp.Frontend/Layout/MainLayout.razor.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Iceshrimp.Frontend/Components/BannerContainer.razor.css b/Iceshrimp.Frontend/Components/BannerContainer.razor.css index 4076643d..fe45975e 100644 --- a/Iceshrimp.Frontend/Components/BannerContainer.razor.css +++ b/Iceshrimp.Frontend/Components/BannerContainer.razor.css @@ -3,7 +3,7 @@ top: 4rem; right: 1rem; background-color: var(--background-color); - border: solid var(--highlight-color) 0.1rem; + border: solid var(--highlight-color) 0.05rem; border-radius: 1rem; padding: 0.5rem 1rem; z-index: +1; @@ -17,7 +17,7 @@ width: 100%; } .banner { - border: solid var(--highlight-color) 0.1rem; + border: solid var(--highlight-color) 0.05rem; border-radius: 1rem; padding: 0.25rem 0.5rem; display: flex; diff --git a/Iceshrimp.Frontend/Layout/MainLayout.razor.css b/Iceshrimp.Frontend/Layout/MainLayout.razor.css index 11e062dc..da8a98ba 100644 --- a/Iceshrimp.Frontend/Layout/MainLayout.razor.css +++ b/Iceshrimp.Frontend/Layout/MainLayout.razor.css @@ -10,7 +10,7 @@ } .widget-panel { - border-left: 0.1rem var(--highlight-color) solid; + border-left: 0.05rem var(--highlight-color) solid; } .sidebar { @@ -26,7 +26,7 @@ .top-bar { background-color: var(--background-color); - border-bottom: 0.1rem var(--highlight-color) solid; + border-bottom: 0.05rem var(--highlight-color) solid; height: 3rem; display: flex; align-items: center;