From 81669919283ce0dabae766da29432b0ba236806a Mon Sep 17 00:00:00 2001 From: Amarsh Anand Date: Fri, 13 Oct 2023 18:18:06 -0700 Subject: [PATCH] fixed new-tab button --- src/app/workspace/screen/tabs.less | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/workspace/screen/tabs.less b/src/app/workspace/screen/tabs.less index 7f34016d5..503f9bb1e 100644 --- a/src/app/workspace/screen/tabs.less +++ b/src/app/workspace/screen/tabs.less @@ -139,15 +139,14 @@ } .new-screen { - width: 3em; - min-width: 3em; margin-left: 1em; cursor: pointer; - .icon { - width: 1.1em; - height: 1.1em; + height: 2rem; + height: 2rem; border-radius: 50%; + padding: 0.4em; + vertical-align: middle; } } }