Skip to content

Commit 675deb8

Browse files
committed
Changes made to resolve test case errors
1 parent f4479df commit 675deb8

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

app/renderer/css/main.css

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ body {
155155

156156
.tab {
157157
position: relative;
158-
margin: 2px 0;
158+
margin: 2px 2px 0 0;
159159
cursor: pointer;
160160
display: flex;
161161
flex-direction: column;
@@ -174,25 +174,23 @@ body {
174174
}
175175

176176
.tab .server-tab {
177-
width: 100%;
178-
height: 35px;
179177
position: relative;
180-
margin-top: 5px;
178+
display:flex;
181179
z-index: 11;
182180
line-height: 31px;
183181
color: rgba(238, 238, 238, 1);
184182
text-align: center;
185183
overflow: hidden;
186184
opacity: 0.6;
187-
padding: 6px 0;
185+
padding: 11px;
188186
}
189187

190188
.server-tab .alt-icon {
191189
font-family: Verdana, sans-serif;
192190
font-weight: 600;
193191
font-size: 22px;
194192
border: 2px solid rgba(34, 44, 49, 1);
195-
margin-left: 17%;
193+
margin-left: 37%;
196194
width: 35px;
197195
border-radius: 4px;
198196
}
@@ -466,4 +464,4 @@ webview.focus {
466464
overflow: hidden;
467465
opacity: 1;
468466
}
469-
}
467+
}

0 commit comments

Comments
 (0)