Skip to content

Commit 795d787

Browse files
committed
update of CSS
1 parent ecf520e commit 795d787

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/css/tabs/auxiliary.less

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@
1111
color: rgb(105, 99, 99);
1212
padding: 10px 5px;
1313
}
14-
.auxiliary_category_content {
14+
.xxxauxiliary_category {
15+
flex-wrap: wrap;
16+
width: 100%;
17+
border-bottom: 0;
18+
}
19+
.xxxauxiliary_category_content {
1520
width: 100%;
1621
}
1722
.auxiliary_category_header {
@@ -282,6 +287,11 @@
282287
}
283288
@media all and (max-width: 575px) {
284289
.tab-auxiliary {
290+
.auxiliary_category {
291+
flex-wrap: wrap;
292+
width: 100%;
293+
border-bottom: 0;
294+
}
285295
.mode {
286296
flex-wrap: wrap;
287297
.info {

0 commit comments

Comments
 (0)