Browse Source

feat: remove border on mac for now

Junyu Zhan 4 years ago
parent
commit
c30449eff0
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/main/frontend/components/header.css

+ 4 - 1
src/main/frontend/components/header.css

@@ -29,7 +29,10 @@
 
   &.electron-mac {
     height: 38px;
-    border-bottom: 1px solid var(--ls-secondary-border-color);
+
+    .refresh {
+      margin: 0;
+    }
 
     .open-button__icon-wrapper {
       margin-right: 7px;