Browse Source

fixed terminal toolbar padding when on top on macOS - fixes #5220

Eugene Pankov 4 years ago
parent
commit
d080adc19d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      tabby-terminal/src/components/baseTerminalTab.component.scss

+ 4 - 0
tabby-terminal/src/components/baseTerminalTab.component.scss

@@ -72,3 +72,7 @@
         height: $toolbarHeight;
     }
 }
+
+:host-context(.platform-darwin) .terminal-toolbar {
+    padding-left: 90px;
+}