summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-08-13 23:33:18 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-08-13 23:33:18 +0500
commit6ca6072f478f556ba2d25c9762f0d73c9e84c7f6 (patch)
tree6bfbe2a5b4405b93a780a7a5a0828fd268b13cbc /web/sass-files/sass/partials/_post.scss
parent673ca225cae1f5a629a36dd2b9340f5cde0880ad (diff)
downloadchat-6ca6072f478f556ba2d25c9762f0d73c9e84c7f6.tar.gz
chat-6ca6072f478f556ba2d25c9762f0d73c9e84c7f6.tar.bz2
chat-6ca6072f478f556ba2d25c9762f0d73c9e84c7f6.zip
Updating UI to cover RHS and the centre channel separately
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 614fc085b..bbf36ea93 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -106,13 +106,13 @@ body.ios {
}
}
-.center-file-overlay {
- position: fixed;
+.file-overlay {
+ position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
- background-color: rgba(0, 0, 0, 0.8);
+ background-color: rgba(0, 0, 0, 0.6);
text-align: center;
color: #FFF;
display: table;