Explorar o código

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 %!s(int64=7) %!d(string=hai) anos
pai
achega
b4663501c6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 			}