From c90da6a7dde378e61c9ea0728baf149e4eb1a85d Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Thu, 23 Jan 2025 06:02:13 -0700 Subject: [PATCH] separate download buttons --- static/style/download.css | 9 +-------- templates/download.html | 9 +++------ 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/static/style/download.css b/static/style/download.css index a70722c..b5f418d 100644 --- a/static/style/download.css +++ b/static/style/download.css @@ -17,20 +17,13 @@ input[type="url"] { box-sizing: border-box; } -.radio-group { +.button-group { display: flex; gap: 10px; /* align-items: center; */ justify-content: center; } -.radio-group label { - display: flex; - align-items: center; - gap: 5px; - cursor: pointer; -} - button { background-color: #007bff; color: white; diff --git a/templates/download.html b/templates/download.html index 3be647c..371148b 100644 --- a/templates/download.html +++ b/templates/download.html @@ -16,13 +16,10 @@

Download Video

-
- - - - +
+ +
- {{template "footer" .}}