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