From 1f541b5072c66dd44e5572a8197b86fc8449086a Mon Sep 17 00:00:00 2001 From: Jeder Date: Thu, 24 Oct 2024 21:54:24 +0200 Subject: [PATCH] [frontend/components] Layout tweaks --- Iceshrimp.Frontend/Layout/MainLayout.razor.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Iceshrimp.Frontend/Layout/MainLayout.razor.css b/Iceshrimp.Frontend/Layout/MainLayout.razor.css index 0c9fae14..c5ee8cf5 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; } .sidebar { @@ -34,4 +34,8 @@ position: sticky; top: 0; z-index: +1; + + > i { + padding-right: 0.5rem; + } } \ No newline at end of file