Vertical padding

main
Bob Mottram 2022-07-08 17:36:02 +01:00
parent a50f9c8b75
commit 934f43e779
1 changed files with 2 additions and 0 deletions

View File

@ -1228,6 +1228,8 @@ def _html_profile_following(translate: {}, base_dir: str, http_prefix: str,
profile_str += \ profile_str += \
page_number_buttons(actor, feed_name, page_number, page_number_buttons(actor, feed_name, page_number,
'buttonheader') 'buttonheader')
# some vertical padding to allow "finger space" on mobile
profile_str += '<br><br>'
return profile_str return profile_str