summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass')
-rw-r--r--web/sass-files/sass/partials/_post.scss5
-rw-r--r--web/sass-files/sass/partials/_post_right.scss6
2 files changed, 11 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 98b17120d..093e10ee0 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -107,6 +107,11 @@ body.ios {
}
#post-list {
+ .post-list-file-overlay {
+ width: 100%;
+ height: 100%;
+ background:rgba(255,255,255,0.5);
+ }
.post-list-holder-by-time {
background: #fff;
overflow-y: scroll;
diff --git a/web/sass-files/sass/partials/_post_right.scss b/web/sass-files/sass/partials/_post_right.scss
index 4cf3e32a1..1b98d62f9 100644
--- a/web/sass-files/sass/partials/_post_right.scss
+++ b/web/sass-files/sass/partials/_post_right.scss
@@ -1,5 +1,11 @@
.post-right__container {
+ .post-right-file-overlay {
+ width: 100%;
+ height: 100%;
+ background:rgba(255,255,255,0.5);
+ }
+
.post-right-root-message {
padding: 1em 1em 0;
}