From abddfe85d50b3d226a7113033546e181e50aa508 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Tue, 7 Mar 2023 19:00:35 +0100 Subject: [PATCH] fixed #7637 --- tabby-core/src/components/appRoot.component.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tabby-core/src/components/appRoot.component.scss b/tabby-core/src/components/appRoot.component.scss index c4255ca9..6c21cc89 100644 --- a/tabby-core/src/components/appRoot.component.scss +++ b/tabby-core/src/components/appRoot.component.scss @@ -118,9 +118,12 @@ $tab-border-radius: 4px; &>.drag-space { min-width: 1px; flex: 1 0 1%; - margin-top: 2px; // for window resizing -webkit-app-region: drag; + .tabs-on-top & { + margin-top: 2px; // for window resizing + } + &.persistent { min-width: 72px; // 2 x 36 px height, ie 2 squares }