aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-10-05 12:18:33 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-10-05 12:23:31 +0800
commit980bf6e2f4f1d5b705f27a2fe1c902764c8177fe (patch)
tree8473480d48e82d712ad95a85a18662eb57d12e48 /share
parent501c3d5518ace12ae47e3eea5274a85786faa970 (diff)
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.
Diffstat (limited to 'share')
-rw-r--r--share/tools/web_config/fishconfig.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/tools/web_config/fishconfig.css b/share/tools/web_config/fishconfig.css
index d2eb8fc7..b93b541a 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;