mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-01 01:51:14 -03: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:
@@ -5,7 +5,7 @@ body {
|
||||
}
|
||||
|
||||
#ancestor {
|
||||
width: 800px;
|
||||
width: 80%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 25px;
|
||||
|
||||
Reference in New Issue
Block a user