diff --git a/app/renderer/css/main.css b/app/renderer/css/main.css index a796921f8..47f465196 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: calc(54px + 6px); /* Sidebar width + spacing */ padding: 10px 20px; position: fixed; margin-top: 11px; @@ -424,7 +424,7 @@ webview.focus { border-right: 8px solid rgb(34 44 49 / 100%); position: absolute; top: 10px; - left: -5px; + left: -6px; } #collapse-button {