suppress long category names on mobile
This commit is contained in:
parent
e3bcd848b3
commit
0503599de7
|
@ -58,12 +58,14 @@
|
||||||
|
|
||||||
.topic-item-stats {
|
.topic-item-stats {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
|
||||||
|
|
||||||
.topic-item-stats {
|
|
||||||
.category, .num, .last-poster {
|
.category, .num, .last-poster {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
.category a {
|
||||||
|
max-width: 200px;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
.num .fa {
|
.num .fa {
|
||||||
color: scale-color($primary, $lightness: 50%);
|
color: scale-color($primary, $lightness: 50%);
|
||||||
}
|
}
|
||||||
|
@ -261,9 +263,7 @@ tr.category-topic-link:nth-of-type(odd) {
|
||||||
}
|
}
|
||||||
|
|
||||||
ol.category-breadcrumb {
|
ol.category-breadcrumb {
|
||||||
|
|
||||||
margin: 5px 10px 0 0;
|
margin: 5px 10px 0 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.category-dropdown-menu {
|
.category-dropdown-menu {
|
||||||
|
@ -274,10 +274,6 @@ ol.category-breadcrumb {
|
||||||
line-height: 26px !important;
|
line-height: 26px !important;
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div {
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-lists {
|
.top-lists {
|
||||||
|
|
Loading…
Reference in New Issue