diff options
| -rw-r--r-- | shader-picker.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shader-picker.html b/shader-picker.html index 209cf9f..65a7f5f 100644 --- a/shader-picker.html +++ b/shader-picker.html @@ -18,7 +18,7 @@ html,body { margin: 0; padding: 0; } .paused { outline: 0 !important; } div { display: inline-block; padding: 10px;} #gallery,#controls,#workspace,#rendered{ float: left; } -#rendered img { min-width: 500px; display: block; } +#rendered img { display: block; } #render,#save { font-weight: bold; } #render { float: right; } #instructions { position: absolute;top:20px;right:20px; width:190px;height:465px; box-shadow:5px 5px 10px rgba(0,0,0,0.3); background:rgba(255,255,255,0.8); display: none; cursor: -webkit-grab; } |
