diff --git a/css/style.css b/css/style.css index 38196f4..34c35b1 100644 --- a/css/style.css +++ b/css/style.css @@ -2303,6 +2303,26 @@ ul.userMenu-search-profiles button, ul.userMenu-search-profiles .show-more-follo clear: left; } +#opt-form-post-preview { + width: 100%; +} + +#opt-form-post-preview #post-preview { + background-color: #FCFFF3; + width: 76% !important; + margin-left: 16px; + padding: 8px; +} + +#opt-form-post-preview #post-preview .preview-container { + background-color: rgba(0,0,0, 0.05); + margin-top: 8px; +} + +#opt-form-post-preview #post-preview .image-preview { + width: auto; +} + .post-area-new.open textarea, #postboard-top .post-area .post-area-new textarea, .mini-profile .post-area-new textarea { height: 80px; } diff --git a/sass/style.sass b/sass/style.sass index 2359c7b..0b67944 100755 --- a/sass/style.sass +++ b/sass/style.sass @@ -364,6 +364,18 @@ ul.userMenu-search-profiles word-wrap: break-word clear: left +#opt-form-post-preview + width: 100% + #post-preview + background-color: #FCFFF3 + width: 76% !important + margin-left: 16px + padding: 8px + .preview-container + background-color: rgba(0,0,0, 0.05) + margin-top: 8px + .image-preview + width: auto