mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-01-30 16:44:31 +00:00
fix profile screen name position
This commit is contained in:
parent
43e0221714
commit
0a173c8a1e
@ -94,7 +94,7 @@ function reOrganizeTemplates() { // for nin's templating
|
||||
$('.post-context').each(function(){ $(this).prependTo($(this).parent()); }); // puts context on top of post
|
||||
|
||||
///// page profile
|
||||
$('.profile-card-main h2').detach().insertBefore($('.profile-card-main'));
|
||||
$('.forEdition .profile-card-main h2').detach().insertBefore($('.profile-card-main'));
|
||||
|
||||
//loader
|
||||
newLoader()
|
||||
|
Loading…
x
Reference in New Issue
Block a user