From cbd6fa63b26ae1869c44150bce6abafc056ce091 Mon Sep 17 00:00:00 2001 From: jules Date: Sun, 29 Dec 2013 23:21:07 -0500 Subject: no horizontal scroll --- shader-picker.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'shader-picker.html') diff --git a/shader-picker.html b/shader-picker.html index db508aa..209cf9f 100644 --- a/shader-picker.html +++ b/shader-picker.html @@ -28,7 +28,7 @@ div { display: inline-block; padding: 10px;} .close,.remove { cursor: pointer; } #uploaded-url { display: none; width: 300px; } form { display: inline-block; } -#gallery { clear: right; width:100%;} +#gallery { clear: right; width:100%; padding: 0; } #gallery-images { display: block; max-height: 210px; overflow-y: auto; } #gallery-images img, #gallery-images canvas { max-width: 200px; height: 100px; margin: 5px; cursor: pointer; } @@ -36,12 +36,14 @@ form { display: inline-block; } -- cgit v1.2.3-70-g09d2