summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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