mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 16:52:46 +08:00
Give posts with likes/replies a little more bottom padding
This commit is contained in:
parent
32aa3f0cba
commit
d06a834238
|
@ -230,6 +230,9 @@
|
|||
a {
|
||||
font-weight: bold;
|
||||
}
|
||||
.Post-footer {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.EventPost-info {
|
||||
font-size: 14px;
|
||||
|
@ -254,6 +257,7 @@
|
|||
}
|
||||
.Post-footer {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
> ul {
|
||||
> li {
|
||||
|
|
Loading…
Reference in New Issue
Block a user