diff --git a/webapp_timeline.py b/webapp_timeline.py index acd00fbbb..c7918016f 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -380,7 +380,7 @@ def _html_timeline_end(base_dir: str, nickname: str, domain_full: str, tl_str = ' \n' # end of column-center - tl_str += ' \n' + tl_str += ' \n \n' # right column right_column_str = \ @@ -395,14 +395,18 @@ def _html_timeline_end(base_dir: str, nickname: str, domain_full: str, authorized, True, theme, default_timeline, access_keys) tl_str += ' ' + \ - right_column_str + ' \n' - tl_str += ' \n' + 'id="newswire" tabindex="-1">\n' + \ + '
\n' + \ + right_column_str + \ + '
\n' + \ + ' \n' + \ + ' \n' _log_timeline_timing(enable_timing_log, timeline_start_time, box_name, '9') tl_str += ' \n' tl_str += '\n' + tl_str += '\n' return tl_str @@ -768,6 +772,7 @@ def html_timeline(css_cache: {}, default_timeline: str, # start the timeline tl_str += \ + '
\n' + \ '\n' + \ ' \n' + \ ' \n' + \ @@ -787,10 +792,15 @@ def html_timeline(css_cache: {}, default_timeline: str, True, False, theme, access_keys, shared_items_federated_domains) tl_str += ' \n' + 'id="links" tabindex="-1">\n' + \ + '
\n' + \ + left_column_str + \ + '
\n' + \ + ' \n' + # center column containing posts - tl_str += '
' + \ - left_column_str + ' \n' + tl_str += ' \n' + \ + '
\n' if not full_width_tl_button_header: tl_str += \