mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-09 01:35:52 +08:00
fix(T2118): Center popout titles on windows/linux
Fixes T2118
This commit is contained in:
parent
9c5b2d175f
commit
9431da5321
1 changed files with 4 additions and 3 deletions
|
@ -168,11 +168,12 @@ body.is-blurred {
|
||||||
|
|
||||||
.item-container {
|
.item-container {
|
||||||
.window-title {
|
.window-title {
|
||||||
flex: 2;
|
position: absolute;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 6px;
|
left: 50%;
|
||||||
margin-left: -80px; /* width of ToolbarWindowControls */
|
transform: translateX(-50%);
|
||||||
-webkit-app-region: drag;
|
-webkit-app-region: drag;
|
||||||
|
line-height: 36px;
|
||||||
&:hover {
|
&:hover {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue