snappy taps

This commit is contained in:
ed 2021-08-27 23:57:46 +02:00
parent cf848ab1f7
commit 97c264ca3e
3 changed files with 10 additions and 3 deletions

View file

@ -11,6 +11,7 @@ html {
background: #333;
font-family: sans-serif;
text-shadow: 1px 1px 0px #000;
touch-action: manipulation;
}
html, body {
margin: 0;
@ -25,4 +26,4 @@ pre {
}
a {
color: #fc5;
}
}

View file

@ -3,6 +3,9 @@ html, body, #wrap {
background: #f7f7f7;
font-family: sans-serif;
}
html {
touch-action: manipulation;
}
#wrap {
max-width: 40em;
margin: 2em auto;
@ -73,4 +76,4 @@ html.dark input {
}
html.dark .num {
border-color: #777;
}
}

View file

@ -1,3 +1,6 @@
html {
touch-action: manipulation;
}
#tt, #toast {
position: fixed;
max-width: 34em;
@ -210,4 +213,4 @@ html.light #tt em {
}
#modali:focus {
border-color: #06d;
}
}