From 7e367e770e887e26e3350e6e96e76a92deb867b0 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 29 Feb 2016 15:37:51 +0100 Subject: [PATCH] resize vdom debug panel to 30% width --- www/vdom/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/vdom/index.html b/www/vdom/index.html index 95c2b6907..6ee2a8596 100644 --- a/www/vdom/index.html +++ b/www/vdom/index.html @@ -14,7 +14,7 @@ left:0px; bottom:0px; right:0px; - width:50%; + width:70%; height:100%; border:none; margin:0; @@ -27,7 +27,7 @@ right: 0px; border: 0px; height: 100vh; - width: 50vw; + width: 30vw; background-color: #222; color: #ccc; }