فهرست منبع

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;
+}