mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 09:22:31 -06:00
snappy taps
This commit is contained in:
parent
cf848ab1f7
commit
97c264ca3e
|
@ -11,6 +11,7 @@ html {
|
|||
background: #333;
|
||||
font-family: sans-serif;
|
||||
text-shadow: 1px 1px 0px #000;
|
||||
touch-action: manipulation;
|
||||
}
|
||||
html, body {
|
||||
margin: 0;
|
||||
|
|
|
@ -3,6 +3,9 @@ html, body, #wrap {
|
|||
background: #f7f7f7;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
html {
|
||||
touch-action: manipulation;
|
||||
}
|
||||
#wrap {
|
||||
max-width: 40em;
|
||||
margin: 2em auto;
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
html {
|
||||
touch-action: manipulation;
|
||||
}
|
||||
#tt, #toast {
|
||||
position: fixed;
|
||||
max-width: 34em;
|
||||
|
|
Loading…
Reference in a new issue