From 66746d0ca8f65ecb8b36ceab0389a6b503d4632b Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 20 Dec 2019 21:00:10 -0800 Subject: Watch: Add padding in description box and urlize links --- youtube/templates/watch.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'youtube') diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 9cb26ae..4e69322 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -130,6 +130,7 @@ word-wrap: break-word; grid-column: 1 / span 2; grid-row: 7; + padding: 5px; } .music-list{ @@ -294,7 +295,7 @@ - {{ common_elements.text_runs(description) }} + {{ common_elements.text_runs(description)|urlize }}
{% if music_list.__len__() != 0 %}
-- cgit v1.2.3