summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/new-post.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/views/new-post.php b/views/new-post.php
index 6ce8095..de56ddb 100644
--- a/views/new-post.php
+++ b/views/new-post.php
@@ -11,10 +11,10 @@
<span class="loading hidden glyphicon glyphicon-refresh glyphicon-spin form-control-feedback"></span>
</div>
<div class="reply-context hidden">
- <div>
+ <div class="reply-author">
<img src="" width="48" class="author-img">
</div>
- <div>
+ <div class="reply-content">
<img src="" class="post-img hidden">
<div class="author"><span class="name"></span> <span class="url"></span></div>
<h4 class="post-name hidden"></h4>
@@ -144,6 +144,9 @@
max-height: 140px;
overflow-y: hidden;
}
+.reply-context .reply-content {
+ flex: 1 0;
+}
.reply-context img.author-img {
border-radius: 4px;
width: 48px;