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