Changes to be committed:
All checks were successful
continuous-integration/drone/push Build is passing

modified:   static/css/style.css
	modified:   templates/index.html

Essai d'une autre solution afin déviter le zoom sur smartphone dans les entrées
This commit is contained in:
guillaume 2023-06-06 19:44:13 +02:00
parent 65a9ca71b4
commit 6c123bd378
2 changed files with 4 additions and 7 deletions

View File

@ -66,14 +66,14 @@ body {
background-color: rgb(24,216,96); background-color: rgb(24,216,96);
border: none; border: none;
border-radius: 5px; border-radius: 5px;
padding: 6px 8px; padding: 10px 10px;
color: #131313; color: #131313;
font-weight: bold; font-weight: bold;
cursor: pointer; cursor: pointer;
text-decoration:none text-decoration:none
} }
.btn2 { /* .btn2 {
margin-top: 10px; margin-top: 10px;
background-color: rgb(24,216,96); background-color: rgb(24,216,96);
border: none; border: none;
@ -83,7 +83,7 @@ body {
font-weight: bold; font-weight: bold;
cursor: pointer; cursor: pointer;
text-decoration:none text-decoration:none
} } */
.btn:hover { .btn:hover {
background-color: rgb(24,216,96); background-color: rgb(24,216,96);
@ -98,7 +98,4 @@ body {
.container { .container {
padding: 10px; padding: 10px;
} }
input {
touch-action: manipulation;
}
} }

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="stylesheet" href="static/css/style.css" , filename= 'style.css'> <link rel="stylesheet" href="static/css/style.css" , filename= 'style.css'>
<script src="/static/js/script.js"></script> <script src="/static/js/script.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
<title>SpotDL Web</title> <title>SpotDL Web</title>
</head> </head>