mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-08-26 13:52:04 +00:00
tune #CSS of image preview of #options's post preview
This commit is contained in:
parent
2ae0996c2e
commit
2d05068159
@ -663,6 +663,11 @@ textarea.splited-post {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
#opt-form-post-preview #post-preview .preview-container {
|
||||
margin-top: 8px;
|
||||
margin-bottom: -10px; /* to neutralize .image-preview */
|
||||
}
|
||||
|
||||
.splited-post-counter {
|
||||
color: rgba(0, 0, 0, 0.3);
|
||||
font-weight: bold;
|
||||
|
@ -792,6 +792,11 @@ textarea.splited-post {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
#opt-form-post-preview #post-preview .preview-container {
|
||||
height: auto;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.splited-post-counter {
|
||||
color: rgba(0, 0, 0, 0.3);
|
||||
font-weight: bold;
|
||||
|
@ -2291,6 +2291,16 @@ textarea.splited-post {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
#opt-form-post-preview #post-preview .preview-container {
|
||||
background-color: rgba(0, 0, 0, 0.43);
|
||||
width: 97%;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
#opt-form-post-preview #post-preview .image-preview {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* line 384, ../sass/style.sass */
|
||||
.splited-post-counter {
|
||||
color: rgba(0, 0, 0, 0.3);
|
||||
|
@ -368,6 +368,12 @@ ul.userMenu-search-profiles
|
||||
width: 76%
|
||||
margin-left: 16px
|
||||
padding: 8px
|
||||
.preview-container
|
||||
background-color: rgba(0, 0, 0, 0.43)
|
||||
width: 97%
|
||||
margin-top: 8px
|
||||
.image-preview
|
||||
width: auto
|
||||
|
||||
#postboard-top
|
||||
clear: both
|
||||
|
Loading…
x
Reference in New Issue
Block a user