mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -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;
|
||||
|
@ -25,4 +26,4 @@ pre {
|
|||
}
|
||||
a {
|
||||
color: #fc5;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue