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/_responsive.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/_responsive.scss')
-rw-r--r-- | web/sass-files/sass/partials/_responsive.scss | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index c8bb24f3a..f4e57eec5 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -179,6 +179,22 @@ } @media screen and (max-width: 1140px) { + .inner__wrap { + &.move--left { + .file-overlay { + font-size: em(18px); + .overlay__circle { + width: 300px; + height: 300px; + margin: -150px 0 0 -150px; + } + .overlay__files { + margin: 60px auto 15px; + width: 150px; + } + } + } + } .post { .post__content { width: 100%; @@ -277,6 +293,11 @@ } .file-overlay { font-size: em(18px); + &.center-file-overlay { + .overlay__indent { + margin-left: 0; + } + } .overlay__circle { width: 300px; height: 300px; |