소스 검색

Revert to 5px padding on edges

On mobile this gives the text a little extra padding from the sides of the screen. This is safe to do now that we use the right box sizing.
Xander Luciano 7 년 전
부모
커밋
b4663501c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/misc_controls_trackball.html

+ 1 - 1
examples/misc_controls_trackball.html

@@ -26,7 +26,7 @@
 				color:#000;
 				position: absolute;
 				top: 0px; width: 100%;
-				padding: 5px 0;
+				padding: 5px;
 				box-sizing: border-box;
 			}