summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive/_tablet.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-02-10 20:05:40 +0500
committerCorey Hulen <corey@hulen.com>2017-02-10 07:05:40 -0800
commitc03cc2fb3ccacc2062ca7ecd3a66aedfe1c206db (patch)
treee1662b72b8009f65222538ca754ed5dc3928b093 /webapp/sass/responsive/_tablet.scss
parent2a9c1afd444ef00693860b732c901466682e253c (diff)
downloadchat-c03cc2fb3ccacc2062ca7ecd3a66aedfe1c206db.tar.gz
chat-c03cc2fb3ccacc2062ca7ecd3a66aedfe1c206db.tar.bz2
chat-c03cc2fb3ccacc2062ca7ecd3a66aedfe1c206db.zip
Multiple Ui improvements (#5349)
* PLT-5277 - Adjusting textbox on tablet view * PLT-5277 - Adjusting text area on mobile view * PLT-5097 - Updating styles for remove image * PLT-5217 - Updating styles for mobile code block
Diffstat (limited to 'webapp/sass/responsive/_tablet.scss')
-rw-r--r--webapp/sass/responsive/_tablet.scss8
1 files changed, 2 insertions, 6 deletions
diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss
index f8ca019e0..96a71694f 100644
--- a/webapp/sass/responsive/_tablet.scss
+++ b/webapp/sass/responsive/_tablet.scss
@@ -22,15 +22,11 @@
.post-create__container {
form {
- padding: .5em 0;
+ padding: .5em 0 0;
}
.post-create-footer {
- padding: 0 45px 0 45px;
-
- .msg-typing {
- display: none;
- }
+ padding: 0 45px;
.post-error {
position: relative;