Changes to be committed:
All checks were successful
continuous-integration/drone/push Build is passing
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:
parent
65a9ca71b4
commit
6c123bd378
@ -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;
|
|
||||||
}
|
|
||||||
}
|
}
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user