mirror of
https://github.com/flarum/framework.git
synced 2024-12-12 14:13:37 +08:00
Tweak padding on discussion list items
Remove overflow to facilitate new tags appearance
This commit is contained in:
parent
5f3b53634c
commit
b698000739
|
@ -51,8 +51,6 @@
|
|||
padding: 0;
|
||||
margin: 0;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
font-size: 12px;
|
||||
|
||||
> li {
|
||||
|
@ -204,7 +202,7 @@
|
|||
}
|
||||
.DiscussionListItem-content {
|
||||
padding-left: 52px;
|
||||
padding-right: 75px;
|
||||
padding-right: 80px;
|
||||
}
|
||||
.DiscussionListItem-author {
|
||||
margin-left: -52px;
|
||||
|
@ -225,7 +223,7 @@
|
|||
}
|
||||
.DiscussionListItem-count {
|
||||
margin-top: 21px;
|
||||
margin-right: -65px;
|
||||
margin-right: -70px;
|
||||
width: 55px;
|
||||
color: @muted-color;
|
||||
font-size: 14px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user