mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-25 01:26:08 +00:00
fixed button alignment on macOS
This commit is contained in:
@@ -29,7 +29,7 @@ title-bar(
|
|||||||
)
|
)
|
||||||
i.fa([class]='"fa fa-" + button.icon')
|
i.fa([class]='"fa fa-" + button.icon')
|
||||||
|
|
||||||
.drag-space(*ngIf='config.store.appearance.frame == "thin" && hostApp.platform != Platform.macOS')
|
.drag-space([class.persistent]='config.store.appearance.frame == "thin" && hostApp.platform != Platform.macOS')
|
||||||
|
|
||||||
.btn-group
|
.btn-group
|
||||||
button.btn.btn-secondary.btn-tab-bar(
|
button.btn.btn-secondary.btn-tab-bar(
|
||||||
|
@@ -55,9 +55,14 @@ $tab-border-radius: 4px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
&>.drag-space {
|
&>.drag-space {
|
||||||
|
min-width: 1px;
|
||||||
|
flex: 1 0 1%;
|
||||||
|
-webkit-app-region: drag;
|
||||||
|
|
||||||
|
&.persistent {
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
flex: 1 0 25%;
|
flex: 1 0 25%;
|
||||||
-webkit-app-region: drag;
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.inset {
|
&.inset {
|
||||||
|
Reference in New Issue
Block a user