mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 00:56:06 +00:00
fixed terminal toolbar padding when on top on macOS - fixes #5220
This commit is contained in:
@@ -72,3 +72,7 @@
|
||||
height: $toolbarHeight;
|
||||
}
|
||||
}
|
||||
|
||||
:host-context(.platform-darwin) .terminal-toolbar {
|
||||
padding-left: 90px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user