mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-05 03:24:17 +00:00
fix of setting of profile modal's postboard height
This commit is contained in:
parent
93320ed25b
commit
498470f436
@ -110,7 +110,7 @@ function openProfileModalWithUsernameHandler(username) {
|
||||
}
|
||||
|
||||
content.find('.postboard') // potentially dangerous fix because it's supposed for vertical oriented profile modals
|
||||
.height(content.height() - content.find('.profile-card').outerHeight());
|
||||
.height(content.outerHeight() - content.find('.profile-card').outerHeight());
|
||||
}
|
||||
|
||||
function openHashtagModalFromSearchHandler(hashtag) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user