diff options
author | James Taylor <28744867+user234683@users.noreply.github.com> | 2020-10-21 09:57:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-21 09:57:49 -0700 |
commit | f01ef36a37c9112eca3f85d49622c41d68000a69 (patch) | |
tree | f62f99169397b3779a5a9c2db4dca9beb0a86b56 /youtube/templates/channel.html | |
parent | c696db3e84d91092182adbeb7eef6126fad6be5d (diff) | |
parent | a27b575380378f1b490dcabb8cc67f05adee5daa (diff) | |
download | yt-local-f01ef36a37c9112eca3f85d49622c41d68000a69.tar.lz yt-local-f01ef36a37c9112eca3f85d49622c41d68000a69.tar.xz yt-local-f01ef36a37c9112eca3f85d49622c41d68000a69.zip |
Merge pull request #34 from zrose584/rm_whitespaces
remove trailing whitespaces
Diffstat (limited to 'youtube/templates/channel.html')
-rw-r--r-- | youtube/templates/channel.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube/templates/channel.html b/youtube/templates/channel.html index a0cdff9..dddbff1 100644 --- a/youtube/templates/channel.html +++ b/youtube/templates/channel.html @@ -34,11 +34,11 @@ main .channel-tabs{ grid-row:2; grid-column: 1 / span 2; - + display:grid; grid-auto-flow: column; justify-content:start; - + background-color: var(--interface-color); padding: 3px; padding-left: 6px; @@ -103,7 +103,7 @@ } {% endblock style %} -{% block main %} +{% block main %} <img class="avatar" src="{{ avatar }}"> <div class="summary"> <h2 class="title">{{ channel_name }}</h2> |