fix(T2118): Center popout titles on windows/linux

Fixes T2118
This commit is contained in:
Ben Gotow 2015-07-14 16:08:23 -07:00
parent 9c5b2d175f
commit 9431da5321

View file

@ -168,11 +168,12 @@ body.is-blurred {
.item-container {
.window-title {
flex: 2;
position: absolute;
text-align: center;
margin-top: 6px;
margin-left: -80px; /* width of ToolbarWindowControls */
left: 50%;
transform: translateX(-50%);
-webkit-app-region: drag;
line-height: 36px;
&:hover {
cursor: default;
}