mirror of
https://github.com/flarum/framework.git
synced 2024-12-02 15:03:44 +08:00
Remove excerpt margin on mobile
This commit is contained in:
parent
327989d40c
commit
6922c3081e
|
@ -83,7 +83,6 @@
|
||||||
}
|
}
|
||||||
.item-excerpt {
|
.item-excerpt {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
margin-right: 170px;
|
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
|
@ -210,6 +209,11 @@
|
||||||
left: auto;
|
left: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.DiscussionListItem-info {
|
||||||
|
.item-excerpt {
|
||||||
|
margin-right: 170px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.DiscussionListItem-content {
|
.DiscussionListItem-content {
|
||||||
padding-left: 52px;
|
padding-left: 52px;
|
||||||
padding-right: 80px;
|
padding-right: 80px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user