mirror of https://gitlab.com/bashrc2/epicyon
Vertical padding
parent
a50f9c8b75
commit
934f43e779
|
@ -1228,6 +1228,8 @@ def _html_profile_following(translate: {}, base_dir: str, http_prefix: str,
|
|||
profile_str += \
|
||||
page_number_buttons(actor, feed_name, page_number,
|
||||
'buttonheader')
|
||||
# some vertical padding to allow "finger space" on mobile
|
||||
profile_str += '<br><br>'
|
||||
|
||||
return profile_str
|
||||
|
||||
|
|
Loading…
Reference in New Issue