diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-21 07:21:27 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-21 07:21:27 +0900 |
| commit | c925498120493f6832cb985e5b2c16e7ec067962 (patch) | |
| tree | 8c019cbe93006921bebf21be4331241a3de1a470 /src/client | |
| parent | Update style.scss (diff) | |
| download | misskey-c925498120493f6832cb985e5b2c16e7ec067962.tar.gz misskey-c925498120493f6832cb985e5b2c16e7ec067962.tar.bz2 misskey-c925498120493f6832cb985e5b2c16e7ec067962.zip | |
Improve usability
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/style.scss | 1 |
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; |