diff options
author | Corey Hulen <corey@hulen.com> | 2016-02-25 11:17:14 -0800 |
---|---|---|
committer | Corey Hulen <corey@hulen.com> | 2016-02-25 11:17:14 -0800 |
commit | db6f4cb4c3c7336094cdb693e28e7d91d674ae1f (patch) | |
tree | 12e0324005e576bf35d5dbdb2fdb203e6e432d4d /web/sass-files/sass | |
parent | 3797ebdac72681c6815493e4791d7e2bb8adfa63 (diff) | |
parent | 7b82203a71253928ceb43bbd838b8edd4b5e7db3 (diff) | |
download | chat-db6f4cb4c3c7336094cdb693e28e7d91d674ae1f.tar.gz chat-db6f4cb4c3c7336094cdb693e28e7d91d674ae1f.tar.bz2 chat-db6f4cb4c3c7336094cdb693e28e7d91d674ae1f.zip |
Merge pull request #2255 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass')
-rw-r--r-- | web/sass-files/sass/partials/_modal.scss | 5 | ||||
-rw-r--r-- | web/sass-files/sass/partials/_post.scss | 7 | ||||
-rw-r--r-- | web/sass-files/sass/partials/_post_right.scss | 3 |
3 files changed, 5 insertions, 10 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss index 9d4e62bc3..2136b9ffb 100644 --- a/web/sass-files/sass/partials/_modal.scss +++ b/web/sass-files/sass/partials/_modal.scss @@ -9,7 +9,6 @@ } .more-table { margin: 0; - table-layout: fixed; p { font-size: 0.9em; overflow: hidden; @@ -57,12 +56,8 @@ &.td--action { text-align: right; padding: 8px 15px 8px 8px; - width: 80px; vertical-align: middle; position: relative; - &.lg { - width: 110px; - } } } } diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 5d0985fc0..0847318c1 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -225,9 +225,6 @@ body.ios { position: absolute; height: 100%; -webkit-overflow-scrolling: touch; - &::-webkit-scrollbar { - width: 0px !important; - } &.active { display: inline; } @@ -383,6 +380,10 @@ body.ios { min-height: 25px; display: block; @include opacity(0.7); + white-space: nowrap; + width: 80%; + overflow: hidden; + text-overflow: ellipsis; } } } diff --git a/web/sass-files/sass/partials/_post_right.scss b/web/sass-files/sass/partials/_post_right.scss index 01be9e288..2b48fd2c2 100644 --- a/web/sass-files/sass/partials/_post_right.scss +++ b/web/sass-files/sass/partials/_post_right.scss @@ -75,8 +75,7 @@ min-width: 1px; display: block; height: 20px; - max-width: 200px; - @include clearfix; + max-width: 230px; } .post-create-footer { width: 100%; |