From 6c123bd378d3246d09480542e7a46d42587c5494 Mon Sep 17 00:00:00 2001 From: guillaume Date: Tue, 6 Jun 2023 19:44:13 +0200 Subject: [PATCH] Changes to be committed: modified: static/css/style.css modified: templates/index.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Essai d'une autre solution afin déviter le zoom sur smartphone dans les entrées --- static/css/style.css | 9 +++------ templates/index.html | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 588b18d..833c145 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -66,14 +66,14 @@ body { background-color: rgb(24,216,96); border: none; border-radius: 5px; - padding: 6px 8px; + padding: 10px 10px; color: #131313; font-weight: bold; cursor: pointer; text-decoration:none } - .btn2 { + /* .btn2 { margin-top: 10px; background-color: rgb(24,216,96); border: none; @@ -83,7 +83,7 @@ body { font-weight: bold; cursor: pointer; text-decoration:none - } + } */ .btn:hover { background-color: rgb(24,216,96); @@ -98,7 +98,4 @@ body { .container { padding: 10px; } - input { - touch-action: manipulation; - } } \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index cdf14fa..fdaeeac 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,7 +4,7 @@ - + SpotDL Web