mirror of
https://github.com/flarum/core.git
synced 2025-07-25 10:41:24 +02:00
Make DiscussionRenamedPost spread across three lines
This also adds a little button for expanding / collapsing this additional information. It is expanded by default right now because I could not get the toggling to work yet. Refs #428.
This commit is contained in:
@@ -224,9 +224,14 @@
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.DiscussionRenamedPost-old, .DiscussionRenamedPost-new {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
.DiscussionRenamedPost {
|
||||
&-old, &-new {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
.Button--more {
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.Post-footer, .Post-actions {
|
||||
|
Reference in New Issue
Block a user