From 70283c20f69576d52b4f35ed9c138749523c6ca7 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 15 Jul 2016 00:56:38 +0500 Subject: PLT-3508/PLT-3516/PLT-3558/PLT-3570/PLT-3497 Multiple UI Improvements (#3553) * PLT-3627 - Fixing spacing in RHS * PLT-3516 - Fixing errors in backstage * PLT-3558 - Fixing system console menu on small screens * PLT-3570 - Fixing account settings sidebar truncating issue * PLT-3497 - Moving see other themes link * Removing formatted message import from premade theme chooser --- webapp/sass/layout/_post-right.scss | 234 ++++++++++++++++++------------------ 1 file changed, 116 insertions(+), 118 deletions(-) (limited to 'webapp/sass/layout/_post-right.scss') diff --git a/webapp/sass/layout/_post-right.scss b/webapp/sass/layout/_post-right.scss index f1fe0cac3..3ee4fe025 100644 --- a/webapp/sass/layout/_post-right.scss +++ b/webapp/sass/layout/_post-right.scss @@ -1,156 +1,154 @@ @charset 'UTF-8'; -.app__body { - .post-right__container { - @include display-flex; - @include flex-direction(column); - height: 100%; - - .post-right-root-message { - padding: 1em 1em 0; - } - - .post-right-comments-container { - position: relative; +.post-right__container { + @include display-flex; + @include flex-direction(column); + height: 100%; - .post { - &:first-child { - padding-top: 15px; - } - } - } + .post-right-root-message { + padding: 1em 1em 0; + } + .post-right-comments-container { + position: relative; - .help_format_text { - bottom: -63px; - right: auto; + .post { + &:first-child { + padding-top: 15px; + } } + } - .post { - &.post--root { - border-bottom: 1px solid #ddd; - padding-bottom: 1em; - .post__body { - background: transparent !important; - } - } + .help_format_text { + bottom: -63px; + right: auto; + } - .post__header { - .col__reply { - background: transparent !important; - border: none !important; - text-align: right; - top: 0; - } - } + .post { + &.post--root { + border-bottom: 1px solid #ddd; + padding-bottom: 1em; .post__body { - width: 100%; + background: transparent !important; } } - hr { - border: none; - margin-bottom: 0; + .post__header { + .col__reply { + background: transparent !important; + border: none !important; + text-align: right; + top: 0; + } } - .post-create__container { + .post__body { width: 100%; + } + } - .textarea-wrapper { - min-height: 100px; - } - - .btn { - margin-bottom: 10px; - } + hr { + border: none; + margin-bottom: 0; + } - .custom-textarea { - min-height: 100px; - } + .post-create__container { + width: 100%; - .msg-typing { - @include opacity(.7); - display: block; - float: left; - font-size: 13px; - height: 20px; - line-height: 20px; - margin-top: 3px; - max-width: 230px; - min-width: 1px; - } + .textarea-wrapper { + min-height: 100px; + } - .post-create-footer { - padding: 5px 0 10px; - width: 100%; - } + .btn { + margin-bottom: 10px; + } - .post-right-comments-upload-in-progress { - color: #a8adb7; - margin-right: 10px; - padding: 6px 0; - } + .custom-textarea { + min-height: 100px; } - } - .post-right-header { - border-bottom: $border-gray; - color: #999; - font-size: 1em; - font-weight: 400; - height: 39px; - padding: 10px 10px 0 15px; - text-transform: uppercase; - } + .msg-typing { + @include opacity(.7); + display: block; + float: left; + font-size: 13px; + height: 20px; + line-height: 20px; + margin-top: 3px; + max-width: 230px; + min-width: 1px; + } - .post-right-root-container { - border-bottom: $border-gray; - padding: 5px 10px; + .post-create-footer { + padding: 5px 0 10px; + width: 100%; + } - ul { - margin-bottom: 2px; - padding-left: 0; + .post-right-comments-upload-in-progress { + color: #a8adb7; + margin-right: 10px; + padding: 6px 0; } } +} - .post-right-channel__name { - font-weight: 600; - margin: 0 0 15px; - } +.post-right-header { + border-bottom: $border-gray; + color: #999; + font-size: 1em; + font-weight: 400; + height: 39px; + padding: 10px 10px 0 15px; + text-transform: uppercase; +} - .post-right-root-container li { - display: inline; - list-style-type: none; - padding-right: 3px; - } +.post-right-root-container { + border-bottom: $border-gray; + padding: 5px 10px; - .post-right-root-time { - color: #a8adb7; + ul { + margin-bottom: 2px; + padding-left: 0; } +} - .post-right-create-comment-container { - bottom: 0; - left: 0; - margin-bottom: 18px; - padding: 5px; - position: absolute; - width: 100%; - } +.post-right-channel__name { + font-weight: 600; + margin: 0 0 15px; +} - .post-right__scroll { - @include flex(1 1 auto); - -webkit-overflow-scrolling: touch; - overflow: auto; - position: relative; +.post-right-root-container li { + display: inline; + list-style-type: none; + padding-right: 3px; +} - .file-preview__container { - margin-top: 5px; - } - } +.post-right-root-time { + color: #a8adb7; +} + +.post-right-create-comment-container { + bottom: 0; + left: 0; + margin-bottom: 18px; + padding: 5px; + position: absolute; + width: 100%; +} - .post-right-comment-time { - color: #a8adb7; +.post-right__scroll { + -webkit-overflow-scrolling: touch; + @include flex(1 1 auto); + overflow: auto; + position: relative; + + .file-preview__container { + margin-top: 5px; } } + +.post-right-comment-time { + color: #a8adb7; +} -- cgit v1.2.3-1-g7c22