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