Преглед изворни кода

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

Eugene Pankov пре 4 година
родитељ
комит
d080adc19d
1 измењених фајлова са 4 додато и 0 уклоњено
  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;
+}