From 980bf6e2f4f1d5b705f27a2fe1c902764c8177fe Mon Sep 17 00:00:00 2001 From: David Adam Date: Sun, 5 Oct 2014 12:18:33 +0800 Subject: [PATCH] web_config: set width to dynamic 80% of window As we add more tabs, 800px looks increasingly cramped, and our config should take advantage of the screen space available. --- share/tools/web_config/fishconfig.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/tools/web_config/fishconfig.css b/share/tools/web_config/fishconfig.css index d2eb8fc73..b93b541a5 100644 --- a/share/tools/web_config/fishconfig.css +++ b/share/tools/web_config/fishconfig.css @@ -5,7 +5,7 @@ body { } #ancestor { - width: 800px; + width: 80%; margin-left: auto; margin-right: auto; margin-top: 25px;