summaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authoranderklander <anderklander@gmail.com>2017-11-21 13:01:48 +0100
committerErik Larkö <erik@mullvad.net>2017-12-14 09:16:50 +0100
commitcc05ad18e7362cf5f8976a26ebf03105d1de0df4 (patch)
tree348af87846cd3aad1172c44cf0f4d26ba0e49629 /app
parent5cb0c3c929640f2b32f1b3868dca537af222b935 (diff)
downloadmullvadvpn-cc05ad18e7362cf5f8976a26ebf03105d1de0df4.tar.xz
mullvadvpn-cc05ad18e7362cf5f8976a26ebf03105d1de0df4.zip
spacing
Diffstat (limited to 'app')
-rw-r--r--app/components/WindowChrome.css12
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