mirror of
https://github.com/flarum/framework.git
synced 2024-12-12 06:03:39 +08:00
Overflow discussion list info on mobile/in the pane
This commit is contained in:
parent
c6deafde0e
commit
14972a2b5b
|
@ -50,7 +50,6 @@
|
|||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
white-space: nowrap;
|
||||
font-size: 12px;
|
||||
|
||||
> li {
|
||||
|
@ -141,6 +140,11 @@
|
|||
font-size: 14px;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
.DiscussionListItem-info {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.DiscussionListItem-count {
|
||||
margin-right: -35px;
|
||||
background: @control-bg;
|
||||
|
|
|
@ -110,6 +110,11 @@
|
|||
.DiscussionListItem-title {
|
||||
font-size: 14px;
|
||||
}
|
||||
.DiscussionListItem-info {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.DiscussionListItem-relevantPosts {
|
||||
margin-left: -52px;
|
||||
margin-right: -65px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user