summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-03-29 17:55:30 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-03-29 17:55:30 +0500
commit501eef0385065d8630e5ddc299f8693a507e3a29 (patch)
treef595fce5c872dd831fcc8c17d248857f3437deb1 /webapp/sass/responsive
parent4c28726760836d7d25164cd1b6488819be18c38c (diff)
downloadchat-501eef0385065d8630e5ddc299f8693a507e3a29.tar.gz
chat-501eef0385065d8630e5ddc299f8693a507e3a29.tar.bz2
chat-501eef0385065d8630e5ddc299f8693a507e3a29.zip
Additional UI improvements
Diffstat (limited to 'webapp/sass/responsive')
-rw-r--r--webapp/sass/responsive/_desktop.scss8
-rw-r--r--webapp/sass/responsive/_tablet.scss4
2 files changed, 12 insertions, 0 deletions
diff --git a/webapp/sass/responsive/_desktop.scss b/webapp/sass/responsive/_desktop.scss
index ccd6f0226..1ae4b6b70 100644
--- a/webapp/sass/responsive/_desktop.scss
+++ b/webapp/sass/responsive/_desktop.scss
@@ -17,6 +17,14 @@
}
@media screen and (max-width: 1440px) {
+ .inner-wrap {
+ &.move--left {
+ .help__format-text {
+ display: none;
+ }
+ }
+ }
+
.date-separator,
.new-separator {
&.hovered--comment {
diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss
index 0a725a558..6863e660b 100644
--- a/webapp/sass/responsive/_tablet.scss
+++ b/webapp/sass/responsive/_tablet.scss
@@ -15,6 +15,10 @@
}
}
+ .help__format-text {
+ display: none;
+ }
+
.inner-wrap {
&.move--left {
margin-right: 0;