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
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

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