diff options
author | Joram Wilander <jwawilander@gmail.com> | 2015-10-23 08:10:29 -0400 |
---|---|---|
committer | Joram Wilander <jwawilander@gmail.com> | 2015-10-23 08:10:29 -0400 |
commit | d404aa1a4c38198ce48270c459882570d58f3202 (patch) | |
tree | 6ce7bdbed8ae986402dc288726ec1181b164d687 /web/sass-files/sass/partials/_post.scss | |
parent | 7ef6ab0e2c79d5c0100749839709eb6f0d543b2f (diff) | |
parent | 251f6d7b35280fb58d3f8fb91842890060af3426 (diff) | |
download | chat-d404aa1a4c38198ce48270c459882570d58f3202.tar.gz chat-d404aa1a4c38198ce48270c459882570d58f3202.tar.bz2 chat-d404aa1a4c38198ce48270c459882570d58f3202.zip |
Merge pull request #1148 from asaadmahmoodspin/ui-improvements
Ui improvements
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r-- | web/sass-files/sass/partials/_post.scss | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 6ecc0d965..db58d0347 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -54,6 +54,7 @@ body.ios { height: 2em; margin: 0; position: relative; + z-index: 0; &:before, &:after { content: ""; height: 1em; @@ -116,13 +117,25 @@ body.ios { left: 0; width: 100%; height: 100%; - background-color: rgba(0, 0, 0, 0.6); text-align: center; color: #FFF; font-size: em(20px); font-weight: 600; z-index: 6; + .overlay__indent { + background-color: rgba(0, 0, 0, 0.6); + position: relative; + height: 100%; + @include clearfix; + } + + &.center-file-overlay { + .overlay__indent { + margin-left: 220px; + } + } + &.right-file-overlay { font-size: em(18px); .overlay__circle { |