Skip to content

Commit

Permalink
Changes made to resolve test case errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Dishti-Oberai committed Nov 20, 2021
1 parent f4479df commit 675deb8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions app/renderer/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ body {

.tab {
position: relative;
margin: 2px 0;
margin: 2px 2px 0 0;
cursor: pointer;
display: flex;
flex-direction: column;
Expand All @@ -174,25 +174,23 @@ body {
}

.tab .server-tab {
width: 100%;
height: 35px;
position: relative;
margin-top: 5px;
display:flex;
z-index: 11;
line-height: 31px;
color: rgba(238, 238, 238, 1);
text-align: center;
overflow: hidden;
opacity: 0.6;
padding: 6px 0;
padding: 11px;
}

.server-tab .alt-icon {
font-family: Verdana, sans-serif;
font-weight: 600;
font-size: 22px;
border: 2px solid rgba(34, 44, 49, 1);
margin-left: 17%;
margin-left: 37%;
width: 35px;
border-radius: 4px;
}
Expand Down Expand Up @@ -466,4 +464,4 @@ webview.focus {
overflow: hidden;
opacity: 1;
}
}
}

0 comments on commit 675deb8

Please sign in to comment.