From d06c776ecf5b4a49d9d98339e4410f5e71ffbcbd Mon Sep 17 00:00:00 2001 From: Lilian Date: Tue, 9 Jul 2024 02:59:01 +0200 Subject: [PATCH] [frontend] Temporary style fix --- Iceshrimp.Frontend/Layout/Sidebar.razor | 2 +- Iceshrimp.Frontend/Layout/Sidebar.razor.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Iceshrimp.Frontend/Layout/Sidebar.razor b/Iceshrimp.Frontend/Layout/Sidebar.razor index 2e0fa6ca..40d6a6bf 100644 --- a/Iceshrimp.Frontend/Layout/Sidebar.razor +++ b/Iceshrimp.Frontend/Layout/Sidebar.razor @@ -34,7 +34,7 @@ -
+
diff --git a/Iceshrimp.Frontend/Layout/Sidebar.razor.css b/Iceshrimp.Frontend/Layout/Sidebar.razor.css index c399813e..c77bde73 100644 --- a/Iceshrimp.Frontend/Layout/Sidebar.razor.css +++ b/Iceshrimp.Frontend/Layout/Sidebar.razor.css @@ -13,6 +13,10 @@ } } +.rule { + width: 90%; +} + @media (min-width: 1001px) { .sidebar {