summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-11-12 18:09:18 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-11-12 18:09:18 +0500
commit2f95210a2907c1b74a390f143f58550cec1f77ca (patch)
tree78d20145d63bab10d158dd9bb96d8981aa0e523a /web/sass-files/sass/partials/_post.scss
parent8bd5c4bf47c120fd06f9ab6329179662ab93399c (diff)
downloadchat-2f95210a2907c1b74a390f143f58550cec1f77ca.tar.gz
chat-2f95210a2907c1b74a390f143f58550cec1f77ca.tar.bz2
chat-2f95210a2907c1b74a390f143f58550cec1f77ca.zip
UI Improvements for centre channel due to preview
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss33
1 files changed, 17 insertions, 16 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 3e2d6f045..d5aeaabad 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -46,21 +46,22 @@ body.ios {
.textarea-wrapper {
position:relative;
- min-height:57px;
- .textbox-preview-area {
- position: absolute;
- z-index: 2;
- top: 0;
- left: 0;
- box-shadow: none;
- }
- .textbox-preview-link {
- position: absolute;
- z-index: 3;
- bottom: 0;
- right: 10px;
- cursor: pointer;
- }
+ min-height: 36px;
+ .textbox-preview-area {
+ position: absolute;
+ z-index: 2;
+ top: 0;
+ left: 0;
+ box-shadow: none;
+ }
+ .textbox-preview-link {
+ position: absolute;
+ z-index: 3;
+ bottom: -23px;
+ right: 0;
+ font-size: 13px;
+ cursor: pointer;
+ }
}
.date-separator, .new-separator {
@@ -339,7 +340,7 @@ body.ios {
}
.msg-typing {
min-height: 20px;
- line-height: 18px;
+ line-height: 25px;
display: inline-block;
font-size: 13px;
@include opacity(0.7);