File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ body {
155
155
156
156
.tab {
157
157
position : relative;
158
- margin : 2px 0 ;
158
+ margin : 2px 2 px 0 0 ;
159
159
cursor : pointer;
160
160
display : flex;
161
161
flex-direction : column;
@@ -174,25 +174,23 @@ body {
174
174
}
175
175
176
176
.tab .server-tab {
177
- width : 100% ;
178
- height : 35px ;
179
177
position : relative;
180
- margin-top : 5 px ;
178
+ display : flex ;
181
179
z-index : 11 ;
182
180
line-height : 31px ;
183
181
color : rgba (238 , 238 , 238 , 1 );
184
182
text-align : center;
185
183
overflow : hidden;
186
184
opacity : 0.6 ;
187
- padding : 6 px 0 ;
185
+ padding : 11 px ;
188
186
}
189
187
190
188
.server-tab .alt-icon {
191
189
font-family : Verdana, sans-serif;
192
190
font-weight : 600 ;
193
191
font-size : 22px ;
194
192
border : 2px solid rgba (34 , 44 , 49 , 1 );
195
- margin-left : 17 % ;
193
+ margin-left : 37 % ;
196
194
width : 35px ;
197
195
border-radius : 4px ;
198
196
}
@@ -466,4 +464,4 @@ webview.focus {
466
464
overflow : hidden;
467
465
opacity : 1 ;
468
466
}
469
- }
467
+ }
You can’t perform that action at this time.
0 commit comments