Simon Grim 9 years ago
parent
commit
670af53ea4
  1. 20
      css/style.css
  2. 12
      sass/style.sass

20
css/style.css

@ -2303,6 +2303,26 @@ ul.userMenu-search-profiles button, ul.userMenu-search-profiles .show-more-follo @@ -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;
}

12
sass/style.sass

@ -364,6 +364,18 @@ ul.userMenu-search-profiles @@ -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

Loading…
Cancel
Save