summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-21 07:21:27 +0900
committerGitHub <noreply@github.com>2020-02-21 07:21:27 +0900
commitc925498120493f6832cb985e5b2c16e7ec067962 (patch)
tree8c019cbe93006921bebf21be4331241a3de1a470 /src/client
parentUpdate style.scss (diff)
downloadmisskey-c925498120493f6832cb985e5b2c16e7ec067962.tar.gz
misskey-c925498120493f6832cb985e5b2c16e7ec067962.tar.bz2
misskey-c925498120493f6832cb985e5b2c16e7ec067962.zip
Improve usability
Diffstat (limited to 'src/client')
-rw-r--r--src/client/style.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/style.scss b/src/client/style.scss
index 48393828d4..93d4159d4d 100644
--- a/src/client/style.scss
+++ b/src/client/style.scss
@@ -18,6 +18,7 @@
}
html {
+ touch-action: manipulation;
background-color: var(--bg);
background-attachment: fixed;
background-size: cover;