mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 02:27:28 +08:00
webconfig: Remove weird position: absolute
This made the current prompt appear directly under the tab, disregarding the padding. That means it looked inconsistent with the colors. (note there's still less padding on the side, but at least that allows more actual content - prompts are often fairly wide)
This commit is contained in:
parent
46208ff276
commit
5f4dfd9951
|
@ -77,11 +77,6 @@ code {
|
|||
/* This may be placed directly inside a tab, to prevent its contents from growing vertically. */
|
||||
.height_limiter {
|
||||
display: flex;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user