From c3086418e8cec063b22a37f41716197fa3dbb32f Mon Sep 17 00:00:00 2001 From: Jeder Date: Thu, 24 Oct 2024 21:52:09 +0200 Subject: [PATCH] [frontend/components] Update sidebar styling --- Iceshrimp.Frontend/Layout/Sidebar.razor.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Iceshrimp.Frontend/Layout/Sidebar.razor.css b/Iceshrimp.Frontend/Layout/Sidebar.razor.css index 7d6ffb7d..69391877 100644 --- a/Iceshrimp.Frontend/Layout/Sidebar.razor.css +++ b/Iceshrimp.Frontend/Layout/Sidebar.razor.css @@ -53,12 +53,16 @@ align-items: center; justify-content: start; border-radius: 1.25rem; - padding-inline: 0.5rem; + padding-inline: 1rem; margin-bottom: 0.5rem; margin-inline: 1rem; color: white; font-size: 0.9em; background: var(--foreground-color); + + > i { + padding-right: 0.5rem; + } } .sidebar-btn:hover { @@ -72,6 +76,9 @@ .rule { width: 90%; + color: var(--highlight-color); + margin-bottom: 1rem; + border-style: solid; } .bottom-nav {