From 609aa9b5050b23c8f343693d56d678aefef95c7d Mon Sep 17 00:00:00 2001 From: Estrella Pan Date: Sun, 25 Jan 2026 09:57:40 +0100 Subject: [PATCH] fix(ui): unify action bar button sizes in downloader page Add size="small" to Resume, Pause, and Delete buttons in the torrent action bar for consistent button heights. Co-Authored-By: Claude Opus 4.5 --- webui/src/pages/index/downloader.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/webui/src/pages/index/downloader.vue b/webui/src/pages/index/downloader.vue index b2cafc92..4b2e6978 100644 --- a/webui/src/pages/index/downloader.vue +++ b/webui/src/pages/index/downloader.vue @@ -1,5 +1,5 @@