From ffc68401a73792058af0abff0bfba9a44a5e3f7c Mon Sep 17 00:00:00 2001 From: Mike MacCana Date: Wed, 10 Oct 2018 11:41:21 +0100 Subject: [PATCH] Make more room for tab titles (fixes #458) Making drag area only expand if tabs aren't using the space, 2 squares wide minimum. --- terminus-core/src/components/appRoot.component.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/terminus-core/src/components/appRoot.component.scss b/terminus-core/src/components/appRoot.component.scss index a0f298b8..102f2ab9 100644 --- a/terminus-core/src/components/appRoot.component.scss +++ b/terminus-core/src/components/appRoot.component.scss @@ -61,8 +61,7 @@ $tab-border-radius: 4px; -webkit-app-region: drag; &.persistent { - min-width: 100px; - flex: 1 0 25%; + min-width: 72px; // 2 x 36 px height, ie 2 squares } }