Fixing preview stuff for the RHS

Этот коммит содержится в:
Asaad Mahmood
2015-11-12 18:36:19 +05:00
родитель 2f95210a29
Коммит 1c4d7f2d50
2 изменённых файлов: 15 добавлений и 5 удалений

Просмотреть файл

@@ -339,9 +339,9 @@ body.ios {
} }
} }
.msg-typing { .msg-typing {
min-height: 20px; min-height: 25px;
line-height: 25px; line-height: 25px;
display: inline-block; display: block;
font-size: 13px; font-size: 13px;
@include opacity(0.7); @include opacity(0.7);
} }

Просмотреть файл

@@ -13,6 +13,7 @@
&.post--root { &.post--root {
padding: 1em 1em 0; padding: 1em 1em 0;
margin: 0 0 1em; margin: 0 0 1em;
width: 100%;
hr { hr {
border-color: #DDD; border-color: #DDD;
margin: 1em 0 0 0; margin: 1em 0 0 0;
@@ -21,9 +22,10 @@
} }
.post-create__container { .post-create__container {
width: 100%;
margin-top: 10px; margin-top: 10px;
.textarea-wrapper { .textarea-wrapper {
min-height: 120px; min-height: 100px;
} }
.custom-textarea { .custom-textarea {
min-height: 100px; min-height: 100px;
@@ -31,10 +33,18 @@
.msg-typing { .msg-typing {
@include opacity(0.7); @include opacity(0.7);
float: left; 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 { .post-create-footer {
padding-top: 10px; width: 100%;
padding-top: 5px;
} }
.post-right-comments-upload-in-progress { .post-right-comments-upload-in-progress {
padding: 6px 0; padding: 6px 0;