From 8f8a08fd2cd4f6b6ce78f45896b75971b268791a Mon Sep 17 00:00:00 2001 From: spinline Date: Sun, 1 Feb 2026 17:24:18 +0300 Subject: [PATCH] fix(ui): remove mobile selection ring and use dvh for layout height --- frontend/src/app.rs | 4 ++-- frontend/src/components/torrent/table.rs | 7 +------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/frontend/src/app.rs b/frontend/src/app.rs index cc8cb19..b04328c 100644 --- a/frontend/src/app.rs +++ b/frontend/src/app.rs @@ -13,11 +13,11 @@ pub fn App() -> impl IntoView {
-
+
// Toolbar at the top -
+
} /> diff --git a/frontend/src/components/torrent/table.rs b/frontend/src/components/torrent/table.rs index 898dce0..3abe579 100644 --- a/frontend/src/components/torrent/table.rs +++ b/frontend/src/components/torrent/table.rs @@ -331,12 +331,7 @@ pub fn TorrentTable() -> impl IntoView { view! {