summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive/_tablet.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-12-14 08:25:10 +0500
committerenahum <nahumhbl@gmail.com>2016-12-14 00:25:10 -0300
commit973585450378a457a94824b7852c7ab7194e2b3e (patch)
tree87854bd5a83ecd5e48a41ff8bd093618692bddc7 /webapp/sass/responsive/_tablet.scss
parent86fb0d87a3a09b237bec124ce0e74cd05aa164be (diff)
downloadchat-973585450378a457a94824b7852c7ab7194e2b3e.tar.gz
chat-973585450378a457a94824b7852c7ab7194e2b3e.tar.bz2
chat-973585450378a457a94824b7852c7ab7194e2b3e.zip
Ui improvements (#4780)
* PLT-4897 - Updating styles for emoji reactions * PLT-4971 - Fixing help and attachment buttons * PLT-4931 - Fixing UI for user list in system console * Fixing a bug with the new messages indicator
Diffstat (limited to 'webapp/sass/responsive/_tablet.scss')
-rw-r--r--webapp/sass/responsive/_tablet.scss13
1 files changed, 10 insertions, 3 deletions
diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss
index 48f72b0f3..e337fe3ac 100644
--- a/webapp/sass/responsive/_tablet.scss
+++ b/webapp/sass/responsive/_tablet.scss
@@ -1,6 +1,13 @@
@charset 'UTF-8';
@media screen and (max-width: 960px) {
+ .textarea-wrapper {
+ .textbox-preview-link,
+ .textbox-help-link {
+ display: none;
+ }
+ }
+
.channel-header {
.search-bar__container {
.search__form {
@@ -29,9 +36,9 @@
top: 0;
&.post-error {
- left: 32px;
- top: 0px;
- position: relative;
+ left: 32px;
+ position: relative;
+ top: 0;
}
}
}