Compare commits
1 Commits
e7bfbe951d
...
00fa695d3b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
00fa695d3b |
@@ -357,6 +357,12 @@ body {
|
|||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
}
|
}
|
||||||
|
/* In a grid cell the pane butts against the cell's border; without a bottom gap
|
||||||
|
* the last terminal row sits under the border/focus ring. Give it clearance
|
||||||
|
* (single mode keeps padding 0 so the terminal fills to the key-bar as before). */
|
||||||
|
#term.grid .term-pane {
|
||||||
|
padding-bottom: 6px;
|
||||||
|
}
|
||||||
/* Maximized quadrant fills the whole grid as an ABSOLUTE overlay (taken out of
|
/* Maximized quadrant fills the whole grid as an ABSOLUTE overlay (taken out of
|
||||||
* grid flow so the siblings keep their placement — spanning grid tracks instead
|
* grid flow so the siblings keep their placement — spanning grid tracks instead
|
||||||
* would shove auto-placed siblings into implicit rows, resizing their live PTYs).
|
* would shove auto-placed siblings into implicit rows, resizing their live PTYs).
|
||||||
|
|||||||
Reference in New Issue
Block a user