diff options
| author | anderklander <anderklander@gmail.com> | 2017-11-21 13:01:48 +0100 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2017-12-14 09:16:50 +0100 |
| commit | cc05ad18e7362cf5f8976a26ebf03105d1de0df4 (patch) | |
| tree | 348af87846cd3aad1172c44cf0f4d26ba0e49629 | |
| parent | 5cb0c3c929640f2b32f1b3868dca537af222b935 (diff) | |
| download | mullvadvpn-cc05ad18e7362cf5f8976a26ebf03105d1de0df4.tar.xz mullvadvpn-cc05ad18e7362cf5f8976a26ebf03105d1de0df4.zip | |
spacing
| -rw-r--r-- | app/components/WindowChrome.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/components/WindowChrome.css b/app/components/WindowChrome.css index b2206d9095..2c6b820a40 100644 --- a/app/components/WindowChrome.css +++ b/app/components/WindowChrome.css @@ -1,13 +1,13 @@ /* macOS app runs as menubar; create an app chrome with arrow using mask */ .window-chrome--darwin { -webkit-mask: - url(../assets/images/app-triangle.svg) 50% 0% no-repeat, - url(../assets/images/app-header-backdrop.svg) no-repeat; + url(../assets/images/app-triangle.svg) 50% 0% no-repeat, + url(../assets/images/app-header-backdrop.svg) no-repeat; } .window-chrome { - flex: 1 1 auto; - height: 100%; - width: 100%; - display: flex; + flex: 1 1 auto; + height: 100%; + width: 100%; + display: flex; }
\ No newline at end of file |
