mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-29 06:13:20 +00:00
webconfig: Remove gigantic padding
This commit is contained in:
parent
7eddf48cfa
commit
84087f09d4
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ img.delete_icon {
|
||||||
.current_prompt {
|
.current_prompt {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
padding: 25px;
|
padding: 10px;
|
||||||
margin: 5px 5px 25px 5px; /* top right bottom left */
|
margin: 5px 5px 25px 5px; /* top right bottom left */
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
line-height: 1.8em;
|
line-height: 1.8em;
|
||||||
|
|
Loading…
Reference in a new issue