diff --git a/Iceshrimp.Frontend/Layout/Sidebar.razor b/Iceshrimp.Frontend/Layout/Sidebar.razor index cccb8a17..bc3d6d3b 100644 --- a/Iceshrimp.Frontend/Layout/Sidebar.razor +++ b/Iceshrimp.Frontend/Layout/Sidebar.razor @@ -42,11 +42,11 @@ @Loc["Settings"] -
+ @if (_open) { diff --git a/Iceshrimp.Frontend/Layout/Sidebar.razor.css b/Iceshrimp.Frontend/Layout/Sidebar.razor.css index 69391877..d2883ef4 100644 --- a/Iceshrimp.Frontend/Layout/Sidebar.razor.css +++ b/Iceshrimp.Frontend/Layout/Sidebar.razor.css @@ -69,9 +69,10 @@ background-color: var(--hover-color); } - .post-btn { background: var(--accent-color); + justify-self: start; + width: auto; } .rule {