From 616a7d2dc09e2d73e0d07aa4a64f76a92320e773 Mon Sep 17 00:00:00 2001 From: sawka Date: Mon, 30 Oct 2023 20:47:45 -0700 Subject: [PATCH] fix new-tab button when scrolling (was getting flex-shrunk) --- src/app/workspace/screen/tabs.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/workspace/screen/tabs.less b/src/app/workspace/screen/tabs.less index 41a20ffd0..088059b1b 100644 --- a/src/app/workspace/screen/tabs.less +++ b/src/app/workspace/screen/tabs.less @@ -149,7 +149,9 @@ } .new-screen { + flex-shrink: 0; margin-left: 1em; + margin-right: 1em; cursor: pointer; .icon { height: 2rem;