From 2ebe65cf1fac028c2744be7d32205a97e653aca2 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Sun, 3 Dec 2023 10:28:57 +0000 Subject: [PATCH] Smaller font size --- crates/librqbit/webui/src/rqbit-web.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/librqbit/webui/src/rqbit-web.tsx b/crates/librqbit/webui/src/rqbit-web.tsx index 0fff84f..4869ac0 100644 --- a/crates/librqbit/webui/src/rqbit-web.tsx +++ b/crates/librqbit/webui/src/rqbit-web.tsx @@ -342,11 +342,11 @@ const TorrentsList = (props: { torrents: Array | null, loading: boole

No existing torrents found. Add them through buttons below.

; } - return <> + return
{props.torrents.map((t: TorrentId) => )} - ; +
; }; export const RqbitWebUI = (props: { title: string }) => {