mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-03-13 05:51:03 +00:00
revive ~nin~'s post context #hack
This commit is contained in:
parent
adced65c55
commit
7069b01eeb
@ -907,6 +907,10 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu,
|
||||
margin-right: 0.4em;
|
||||
}
|
||||
|
||||
.post-context.post-retransmited-by-container {
|
||||
margin: 0 0 1em;
|
||||
}
|
||||
|
||||
/* line 158, ../sass/_postboard.sass */
|
||||
.mini-screen-name {
|
||||
font-size: 13px;
|
||||
|
@ -8,9 +8,8 @@ $(function(){
|
||||
$('.userMenu-search-profiles button').html('').attr('title',polyglot.t('Follow'));
|
||||
$('.mini-profile-actions span').html('');
|
||||
|
||||
//$('.post-context').each(function(){
|
||||
// $(this).prependTo($(this).parent());
|
||||
//});
|
||||
$.globalEval(postToElem.toString().replace(/postContext.append\(_templatePostRtBy/,
|
||||
'postContext.addClass(\'post-retransmited-by-container\').prependTo(postContext.parent()).append(_templatePostRtBy'));
|
||||
|
||||
|
||||
$( '.userMenu-home.current a' ).on( 'click', function() {
|
||||
|
@ -144,6 +144,8 @@
|
||||
line-height: 11px
|
||||
margin: 2px 10px 4px 60px
|
||||
color: lighten($dark-grey,30%)
|
||||
&.post-retransmited-by-container
|
||||
margin: 0 0 1em
|
||||
|
||||
.mini-screen-name
|
||||
font-size: 13px
|
||||
|
Loading…
x
Reference in New Issue
Block a user