We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d270d56 commit 789752aCopy full SHA for 789752a
app/renderer/css/main.css
@@ -404,7 +404,7 @@ webview.focus {
404
.server-tooltip {
405
font-family: arial, sans-serif;
406
background: rgb(34 44 49 / 100%);
407
- left: 56px;
+ margin-left: 48px;
408
padding: 10px 20px;
409
position: fixed;
410
margin-top: 11px;
@@ -424,7 +424,7 @@ webview.focus {
424
border-right: 8px solid rgb(34 44 49 / 100%);
425
position: absolute;
426
top: 10px;
427
- left: -5px;
+ left: -6px;
428
}
429
430
#collapse-button {
0 commit comments