mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Add reply placeholder to bottom of post stream
This commit is contained in:
@@ -459,6 +459,23 @@
|
||||
font-size: 22px;
|
||||
}
|
||||
}
|
||||
.reply-post {
|
||||
font-size: 15px;
|
||||
cursor: text;
|
||||
overflow: hidden;
|
||||
margin: -15px;
|
||||
padding: 15px 15px 15px 90px + 15px;
|
||||
|
||||
& .avatar {
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
border: 1px dashed @fl-body-secondary-color;
|
||||
border-radius: 64px;
|
||||
margin: -16px;
|
||||
}
|
||||
}
|
||||
|
||||
// ------------------------------------
|
||||
// Scrubber
|
||||
|
Reference in New Issue
Block a user