From d9788e0d3de086ae815fb55f9e0dafeac89ac5d8 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 17 May 2022 18:55:43 -0500 Subject: Increase the vertical height of the draggable area to center the 3 OS titlebar-buttons --- src/styles/vertical.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styles/vertical.scss') diff --git a/src/styles/vertical.scss b/src/styles/vertical.scss index 166092a83..48cc1485c 100644 --- a/src/styles/vertical.scss +++ b/src/styles/vertical.scss @@ -1,7 +1,7 @@ @import './config.scss'; $sidebar-width: 75px; -$sidebar-bias: 22px; +$sidebar-bias: 28px; $tabitem-bias: 30px; .sidebar { -- cgit v1.2.3-54-g00ecf