From a821a5a311c690a7159dd11ae0da05270b8c9920 Mon Sep 17 00:00:00 2001 From: spinline Date: Sun, 1 Feb 2026 14:22:29 +0300 Subject: [PATCH] chore: remove non-functional trackers section from sidebar --- frontend/public/tailwind.css | 3 --- frontend/src/components/layout/sidebar.rs | 8 +------- 2 files changed, 1 insertion(+), 10 deletions(-) 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 { -
- -
+ } }