From 496d147f2b52fd2fd1abe1b17ade4999f310b3c4 Mon Sep 17 00:00:00 2001 From: Shubham Padia Date: Fri, 24 Oct 2025 17:39:50 +0530 Subject: [PATCH] tabs: Add spacing between the tab icon and the server tooltip. Fixes #1087. --- app/renderer/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/renderer/css/main.css b/app/renderer/css/main.css index 490da3fca..c26448e48 100644 --- a/app/renderer/css/main.css +++ b/app/renderer/css/main.css @@ -404,7 +404,7 @@ webview.focus { .server-tooltip { font-family: arial, sans-serif; background: rgb(34 44 49 / 100%); - left: 56px; + left: 60px; padding: 10px 20px; position: fixed; margin-top: 11px;