From 3bc6074ef33e44e56139c115013de971ef0c136d Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 4 Nov 2021 15:53:47 +0700 Subject: [PATCH] slimming some UI spacing issues --- tubearchivist/home/templates/home/channel_id.html | 3 --- tubearchivist/home/templates/home/video.html | 6 ++---- tubearchivist/static/css/style.css | 14 +++++++++++--- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/tubearchivist/home/templates/home/channel_id.html b/tubearchivist/home/templates/home/channel_id.html index 56b163e..24a8cc7 100644 --- a/tubearchivist/home/templates/home/channel_id.html +++ b/tubearchivist/home/templates/home/channel_id.html @@ -2,9 +2,6 @@ {% block content %} {% load static %} {% load humanize %} -
-

Channel: {{ channel_info.channel_name }}

-
channel_banner
diff --git a/tubearchivist/home/templates/home/video.html b/tubearchivist/home/templates/home/video.html index 4ecd070..5a6a98e 100644 --- a/tubearchivist/home/templates/home/video.html +++ b/tubearchivist/home/templates/home/video.html @@ -2,17 +2,15 @@ {% block content %} {% load static %} {% load humanize %} -
-

Video: {{ video.title }}

-
+

{{ video.title }}

-
+