From befe35e5bc3272664d5a9be023aa8e3303dfdbd2 Mon Sep 17 00:00:00 2001 From: awalol Date: Wed, 16 Jul 2025 02:31:18 +0800 Subject: [PATCH] ui(DownloadAll): button position --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 5c548d8..030abac 100644 --- a/src/App.css +++ b/src/App.css @@ -68,7 +68,7 @@ h6 { #downloadAll { position: absolute; - right: 0; + right: 0.5em; bottom: 72px; width: 48px; height: 48px;