mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-03-12 05:21:18 +00:00
fix post preview hiding; clear some CSS
This commit is contained in:
parent
65833ed34a
commit
bfa925347a
@ -308,7 +308,3 @@ h1.profile-name {
|
|||||||
h2.profile-screen-name {
|
h2.profile-screen-name {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-modal .modal-buttons {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
@ -627,7 +627,7 @@ function posPostPreview(event) {
|
|||||||
if (textArea[0].value.length)
|
if (textArea[0].value.length)
|
||||||
postPreview.html(htmlFormatMsg(textArea[0].value).html).show();
|
postPreview.html(htmlFormatMsg(textArea[0].value).html).show();
|
||||||
else
|
else
|
||||||
postPreview.slideUp('fast');
|
postPreview.hide();
|
||||||
textArea.before(postPreview);
|
textArea.before(postPreview);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -385,10 +385,6 @@ h2.profile-screen-name {
|
|||||||
color: #8f95a4;
|
color: #8f95a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-modal .modal-buttons {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.profile-modal h1.profile-name,
|
.profile-modal h1.profile-name,
|
||||||
.profile-modal h2.profile-screen-name,
|
.profile-modal h2.profile-screen-name,
|
||||||
.profile-modal span.profile-location,
|
.profile-modal span.profile-location,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user