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.
This commit is contained in:
David Adam 2014-10-05 12:18:33 +08:00
parent 501c3d5518
commit 980bf6e2f4

View file

@ -5,7 +5,7 @@ body {
}
#ancestor {
width: 800px;
width: 80%;
margin-left: auto;
margin-right: auto;
margin-top: 25px;