diff options
author | Joram Wilander <jwawilander@gmail.com> | 2015-09-10 08:24:17 -0400 |
---|---|---|
committer | Joram Wilander <jwawilander@gmail.com> | 2015-09-10 08:24:17 -0400 |
commit | 5ea3fb0f150d9474d5125f5aa19f4bf5e404ba19 (patch) | |
tree | 8e58e9fd3aab2fa1c87f25b180e5094931aa2b89 /web/sass-files/sass/partials/_responsive.scss | |
parent | 74155b3dfaaa65e6468f912c2ce5f62b81f4b8e6 (diff) | |
parent | 7fba0adc805f3b633bf5ef23e0c8143c525a23e6 (diff) | |
download | chat-5ea3fb0f150d9474d5125f5aa19f4bf5e404ba19.tar.gz chat-5ea3fb0f150d9474d5125f5aa19f4bf5e404ba19.tar.bz2 chat-5ea3fb0f150d9474d5125f5aa19f4bf5e404ba19.zip |
Merge pull request #633 from asaadmahmoodspin/ui-changes
PLT-188 - Moving attachment button to the left on mobile UI
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r-- | web/sass-files/sass/partials/_responsive.scss | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index 24c79e6c2..65619f25a 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -423,7 +423,15 @@ table-layout: fixed; .post-body__cell { display: table-cell; - padding-left: 1em; + padding-left: 45px; + } + .btn-file { + width: 45px; + padding: 0; + line-height: 36px; + bottom: -2px; + left: 0; + top: auto; } .send-button { display: table-cell; |