소스 검색
Fixed tapping rapidly causing zoom
tags/v0.0.1
No known key found for this signature in database
GPG 키 ID: E80B35A6F11C3656
1개의 변경된 파일과
1개의 추가작업 그리고
0개의 파일을 삭제
-
gorge.css
|
|
|
@@ -2,6 +2,7 @@ body { |
|
|
|
font-family: Sans-Serif; |
|
|
|
user-select: none; |
|
|
|
-moz-user-select: none; |
|
|
|
touch-action: manipulation; |
|
|
|
} |
|
|
|
|
|
|
|
body.dark { |
|
|
|
|