File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
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 px 0 px ;
159
159
cursor : pointer;
160
160
display : flex;
161
161
flex-direction : column;
@@ -174,25 +174,29 @@ body {
174
174
}
175
175
176
176
.tab .server-tab {
177
- width : 100 % ;
178
- height : 35 px ;
177
+ /* width: 50%; */
178
+ /* height: 28px; */
179
179
position : relative;
180
- margin-top : 5px ;
180
+ /* margin-top: 5px; */
181
+ /* margin: 5px 5px 0px 0px; */
182
+ display : flex;
181
183
z-index : 11 ;
182
184
line-height : 31px ;
183
185
color : rgba (238 , 238 , 238 , 1 );
184
186
text-align : center;
185
187
overflow : hidden;
186
188
opacity : 0.6 ;
187
- padding : 6 px 0 ;
189
+ padding : 11 px ;
188
190
}
189
191
192
+ div # add-action {}
193
+
190
194
.server-tab .alt-icon {
191
195
font-family : Verdana, sans-serif;
192
196
font-weight : 600 ;
193
197
font-size : 22px ;
194
198
border : 2px solid rgba (34 , 44 , 49 , 1 );
195
- margin-left : 17 % ;
199
+ margin-left : 37 % ;
196
200
width : 35px ;
197
201
border-radius : 4px ;
198
202
}
You can’t perform that action at this time.
0 commit comments