mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 10:24:36 +08:00
FIX: too much whitespace at bottom of mobile posts
This commit is contained in:
parent
0969bd0f0d
commit
0627a58b8b
|
@ -16,7 +16,7 @@
|
|||
|
||||
.topic-post {
|
||||
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||
padding: 6px 0 0 0;
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
span.badge-posts {
|
||||
|
@ -130,8 +130,7 @@ button {
|
|||
}
|
||||
|
||||
.post-actions {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
/* overriding display: here was causing hidden element to take up space */
|
||||
}
|
||||
|
||||
.post-action {
|
||||
|
|
Loading…
Reference in New Issue
Block a user