Commit c307f4ae0d251f1c45b994333a1c3d168b9aeecd
hide main window title on non-mac platforms (prevent double-up)
Matt McKegg committed on 6/29/2017, 2:50:35 AMParent: 91e236fe21dae04bdb8e4b2ab84bf76b722cbc05
Files changed
styles/main-window.mcss | changed |
styles/main-window.mcss | ||
---|---|---|
@@ -5,8 +5,13 @@ | ||
5 | 5 | |
6 | 6 | -darwin { |
7 | 7 | div.top { |
8 | 8 | padding-left: 70px |
9 | + span.appTitle { | |
10 | + span.title { | |
11 | + visibility: visible | |
12 | + } | |
13 | + } | |
9 | 14 | } |
10 | 15 | } |
11 | 16 | |
12 | 17 | div.top { |
@@ -149,8 +154,12 @@ | ||
149 | 154 | font-weight: 200; |
150 | 155 | -webkit-app-region: drag; |
151 | 156 | position: relative |
152 | 157 | |
158 | + span.title { | |
159 | + visibility: hidden | |
160 | + } | |
161 | + | |
153 | 162 | div.info { |
154 | 163 | display: block |
155 | 164 | position: absolute; |
156 | 165 | top: 0; |
Built with git-ssb-web