mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 19:21:15 +08:00
Reduce font size/padding on discussion list
This commit is contained in:
parent
153655f1f1
commit
0b0f1bc142
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
.DiscussionListItem-author {
|
||||
float: left;
|
||||
margin-top: 15px;
|
||||
margin-top: 13px;
|
||||
}
|
||||
.DiscussionListItem-badges {
|
||||
float: left;
|
||||
|
@ -43,7 +43,7 @@
|
|||
padding: 12px 0;
|
||||
}
|
||||
.DiscussionListItem-title {
|
||||
margin: 0 0 5px;
|
||||
margin: 0 0 3px;
|
||||
line-height: 1.3;
|
||||
color: @heading-color;
|
||||
font-weight: normal;
|
||||
|
@ -240,7 +240,7 @@
|
|||
margin-right: -65px;
|
||||
}
|
||||
.DiscussionListItem-title {
|
||||
font-size: 16px;
|
||||
font-size: 15px;
|
||||
}
|
||||
.DiscussionListItem-count {
|
||||
margin-top: 21px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user