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

This commit is contained in:
Eugene Pankov
2021-12-19 18:44:12 +01:00
parent 4f189f6839
commit d080adc19d

View File

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