Просмотр исходного кода

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

Eugene Pankov 4 лет назад
Родитель
Сommit
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;
         height: $toolbarHeight;
     }
     }
 }
 }
+
+:host-context(.platform-darwin) .terminal-toolbar {
+    padding-left: 90px;
+}