mirror of
https://github.com/flarum/framework.git
synced 2025-04-26 06:34:06 +08:00
Remove excerpt margin on mobile
This commit is contained in:
parent
a4704b1e2e
commit
c3a6f7daef
@ -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…
x
Reference in New Issue
Block a user