1
0
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:
Toby Zerner
2015-06-01 10:28:24 +09:30
parent 3f6a3de863
commit 56981c1297
5 changed files with 42 additions and 4 deletions

View File

@@ -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