Skip to content

Commit 789752a

Browse files
committed
Fix: add spacing between organization tooltip and sidebar
1 parent d270d56 commit 789752a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/renderer/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ webview.focus {
404404
.server-tooltip {
405405
font-family: arial, sans-serif;
406406
background: rgb(34 44 49 / 100%);
407-
left: 56px;
407+
margin-left: 48px;
408408
padding: 10px 20px;
409409
position: fixed;
410410
margin-top: 11px;
@@ -424,7 +424,7 @@ webview.focus {
424424
border-right: 8px solid rgb(34 44 49 / 100%);
425425
position: absolute;
426426
top: 10px;
427-
left: -5px;
427+
left: -6px;
428428
}
429429

430430
#collapse-button {

0 commit comments

Comments
 (0)