Browse Source

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 years ago
parent
commit
b4663501c6
1 changed files with 1 additions and 1 deletions
  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;
 			}