From 2c4c0d8ba70d6fd04143114f44b3d4f70f5fbd81 Mon Sep 17 00:00:00 2001 From: aandrew-me Date: Sun, 2 Jun 2024 16:36:24 +0300 Subject: [PATCH] Add clear downloads button --- assets/css/index.css | 6 +++++- html/index.html | 2 ++ src/renderer.js | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 1 deletion(-) diff --git a/assets/css/index.css b/assets/css/index.css index 683b74e..36be67c 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -535,7 +535,7 @@ button { outline: none; } -#extractBtn { +#extractBtn, .blueBtn { color: white; background-color: var(--blueBtn); border: none; @@ -548,6 +548,10 @@ button { font-size: large; } +#clearBtn { + display: none; +} + #extractBtn:active { top: 4px; margin-bottom: 12px; diff --git a/html/index.html b/html/index.html index 5a4e79e..9b17eb3 100644 --- a/html/index.html +++ b/html/index.html @@ -196,6 +196,8 @@
+ +