Skip to content

Commit

Permalink
change left margin to tooltip and sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Aveepsita committed Mar 31, 2023
1 parent b8d7003 commit b7cafde
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions app/renderer/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ body {

.tab {
position: relative;
margin: 2px 0;
margin: 2px 2px 0 0;
cursor: pointer;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
Expand All @@ -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 {
Expand Down

0 comments on commit b7cafde

Please sign in to comment.