summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-12-02 23:53:44 -0800
committerCorey Hulen <corey@hulen.com>2015-12-02 23:53:44 -0800
commit0a38ec5796391d0daf7b7874859108a54c20ec5f (patch)
treed88a143b3d133e6aad5656c3d5e878e1bd2ed75a /web/sass-files/sass/partials/_responsive.scss
parentb8940eee716668f8b4f140abab419130cf494239 (diff)
parent6172ca8359838f3e5628afc21a48c59a41f48f8e (diff)
downloadchat-0a38ec5796391d0daf7b7874859108a54c20ec5f.tar.gz
chat-0a38ec5796391d0daf7b7874859108a54c20ec5f.tar.bz2
chat-0a38ec5796391d0daf7b7874859108a54c20ec5f.zip
Merge pull request #1592 from asaadmahmoodspin/ui-improvements
Ui improvements for the tablet/small browser view
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss50
1 files changed, 39 insertions, 11 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index a56c4bb17..9b316d48e 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -51,23 +51,27 @@
@media screen and (max-width: 960px) {
- .signup-team__container {
- font-size: 1em;
- }
+ .sidebar--right {
+ width: 400px;
+ z-index: 5;
+ right: 0;
+ @include translateX(100%);
- .post {
+ &.move--left {
+ @include translateX(0);
+ }
- &.same--root {
+ }
- &.same--user {
+ .inner__wrap {
- .post__time {
- display: none;
- }
+ &.move--left {
+ margin-right: 0;
+ }
- }
+ }
- }
+ .post {
.post-list__content & {
@@ -106,6 +110,30 @@
}
+ }
+
+}
+
+@media screen and (max-width: 768px) {
+
+ .signup-team__container {
+ font-size: 1em;
+ }
+
+ .post {
+
+ &.same--root {
+
+ &.same--user {
+
+ .post__time {
+ display: none;
+ }
+
+ }
+
+ }
+
.post__img {
width: 40px;