Layout: add option to hide comments/related vids by default but click to show using <details>
This commit is contained in:
@@ -217,6 +217,9 @@ def get_watch_page():
|
||||
comments_info = comments_info,
|
||||
|
||||
theater_mode = settings.theater_mode,
|
||||
related_videos_mode = settings.related_videos_mode,
|
||||
comments_mode = settings.comments_mode,
|
||||
|
||||
video_height = video_height,
|
||||
|
||||
title = info['title'],
|
||||
|
||||
Reference in New Issue
Block a user