mirror of
https://github.com/flarum/framework.git
synced 2025-06-03 22:43:10 +08:00
Add light horizontal rule between posts. closes flarum/core#133
Also remove time information from event posts (it’s not useful)
This commit is contained in:
@ -60,11 +60,11 @@
|
||||
|
||||
// Little round icon buttons
|
||||
.btn-icon.btn-sm {
|
||||
border-radius: 14px;
|
||||
height: 28px;
|
||||
width: 28px;
|
||||
border-radius: 16px;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
text-align: center;
|
||||
padding: 5px 0;
|
||||
padding: 7px 0;
|
||||
|
||||
& .label, & .icon-caret {
|
||||
display: none;
|
||||
|
Reference in New Issue
Block a user