From b7cafde2b37cd54d64969233a2d889626e8eaaf9 Mon Sep 17 00:00:00 2001 From: Aveepsita Chakraborty Date: Fri, 31 Mar 2023 19:14:09 +0530 Subject: [PATCH] change left margin to tooltip and sidebar --- app/renderer/css/main.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/renderer/css/main.css b/app/renderer/css/main.css index 74877775d..230ca1fd3 100644 --- a/app/renderer/css/main.css +++ b/app/renderer/css/main.css @@ -147,7 +147,7 @@ body { .tab { position: relative; - margin: 2px 0; + margin: 2px 2px 0 0; cursor: pointer; display: flex; flex-direction: column; @@ -184,7 +184,7 @@ body { font-weight: 600; font-size: 22px; border: 2px solid rgb(34 44 49 / 100%); - margin-left: 17%; + margin-left: 37%; width: 35px; border-radius: 4px; } @@ -361,7 +361,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; @@ -372,6 +372,9 @@ webview.focus { width: max-content; font-size: 14px; } +span#add-server-tooltip { + margin-left: 4px; +} #add-server-tooltip::after, .server-tooltip::after {