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 {
155155
156156.tab {
157157 position : relative;
158- margin : 2px 0 ;
158+ margin : 2px 2 px 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 : 5 px ;
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 : 6 px 0 ;
185+ padding : 11 px ;
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+ }
You can’t perform that action at this time.
0 commit comments