mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-04 11:04:29 +00:00
revert profile's height tweaking by code
This commit is contained in:
parent
a30b28c965
commit
38aea75c8b
@ -119,10 +119,6 @@ function openProfileModal(e)
|
||||
unfollow(username);
|
||||
});
|
||||
};
|
||||
$mc = $('.modal-content');
|
||||
$mch = parseInt($('.modal-content').css('height'));//
|
||||
$pch = parseInt($('.profile-card').css('height'));//
|
||||
$mc.css('height', $mch - ($pch + Math.floor($mch/50)));//hed//fix .modal-content height
|
||||
}
|
||||
|
||||
function newHashtagModal(hashtag) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user