mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-24 21:40:06 +00:00
windows/linux: expand window content into the border area - fixes #5423
This commit is contained in:
parent
6159d0ba9a
commit
3a11b51729
@ -124,8 +124,13 @@ app-root {
|
|||||||
|
|
||||||
&.platform-win32, &.platform-linux {
|
&.platform-win32, &.platform-linux {
|
||||||
border: 1px solid #111;
|
border: 1px solid #111;
|
||||||
&>.content .tab-bar .tabs tab-header:first-child {
|
|
||||||
border-left: none;
|
&>.content {
|
||||||
|
margin: -1px; // expand the content into the border
|
||||||
|
|
||||||
|
.tab-bar .tabs tab-header:first-child {
|
||||||
|
border-left: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user