summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post_right.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_post_right.scss')
-rw-r--r--web/sass-files/sass/partials/_post_right.scss54
1 files changed, 45 insertions, 9 deletions
diff --git a/web/sass-files/sass/partials/_post_right.scss b/web/sass-files/sass/partials/_post_right.scss
index 91f9355de..fa52e2972 100644
--- a/web/sass-files/sass/partials/_post_right.scss
+++ b/web/sass-files/sass/partials/_post_right.scss
@@ -1,4 +1,9 @@
+@charset "UTF-8";
+
.post-right__container {
+ @include display-flex;
+ @include flex-direction(column);
+ height: 100%;
.post-right-root-message {
padding: 1em 1em 0;
@@ -6,35 +11,60 @@
.post-right-comments-container {
position: relative;
- padding: 0;
+ padding: 0.7em 0 0;
}
.post {
+
&.post--root {
- padding: 1em 1em 0;
- margin: 0 0 1em;
- hr {
- border-color: #DDD;
- margin: 1em 0 0 0;
+ padding-bottom: 0;
+ }
+
+ .post__header {
+
+ .col__reply {
+ top: 0;
}
+
+ }
+
+ .post__body {
+ width: 100%;
}
+
+ }
+
+ hr {
+ margin-bottom: 0;
}
.post-create__container {
+ width: 100%;
margin-top: 10px;
.textarea-wrapper {
min-height: 100px;
}
+ .btn {
+ margin-bottom: 10px;
+ }
.custom-textarea {
min-height: 100px;
}
.msg-typing {
@include opacity(0.7);
float: left;
- padding-top: 17px;
+ margin-top: 3px;
+ font-size: 13px;
+ line-height: 20px;
+ min-width: 1px;
+ display: block;
+ height: 20px;
+ max-width: 200px;
+ @include clearfix;
}
.post-create-footer {
- padding-top: 10px;
+ width: 100%;
+ padding: 5px 0 10px;
}
.post-right-comments-upload-in-progress {
padding: 6px 0;
@@ -93,8 +123,14 @@
.post-right__scroll {
position: relative;
- overflow: scroll;
+ overflow: auto;
-webkit-overflow-scrolling: touch;
+ @include flex(1 1 auto);
+
+ .preview-container {
+ margin-top: 5px;
+ }
+
}
.post-right-comment-time {