mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 04:13:08 +00:00
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:
parent
501c3d5518
commit
980bf6e2f4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#ancestor {
|
#ancestor {
|
||||||
width: 800px;
|
width: 80%;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
|
|
Loading…
Reference in a new issue