Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Remove the win32 titlebar on non-windows (close #747)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Nov 14, 2017
1 parent 33631fa commit e7c5a95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/stylesheets/shell-window/win32-titlebar.less
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#win32-titlebar {
display: none;
position: fixed;
z-index: 10000;
top: 0;
right: 0;
width: 150px;
height: 36px;
display: flex;
-webkit-app-region: no-drag;

.win32-titlebar-btn {
Expand Down Expand Up @@ -58,4 +58,7 @@
line-height: 36px;
}
}
}
body.win32 #win32-titlebar {
display: flex;
}

0 comments on commit e7c5a95

Please sign in to comment.