diff --git a/frontend/public/tailwind.css b/frontend/public/tailwind.css index 206ed59..c250970 100644 --- a/frontend/public/tailwind.css +++ b/frontend/public/tailwind.css @@ -1394,9 +1394,6 @@ .mt-2 { margin-top: calc(var(--spacing) * 2); } - .mt-auto { - margin-top: auto; - } .mb-2 { margin-bottom: calc(var(--spacing) * 2); } diff --git a/frontend/src/components/layout/sidebar.rs b/frontend/src/components/layout/sidebar.rs index 142c462..9bb2afb 100644 --- a/frontend/src/components/layout/sidebar.rs +++ b/frontend/src/components/layout/sidebar.rs @@ -81,13 +81,7 @@ pub fn Sidebar() -> impl IntoView { -
- -
+ } }