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/playlist.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/playlist.html')
-rw-r--r-- | youtube/templates/playlist.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube/templates/playlist.html b/youtube/templates/playlist.html index f34f140..af86c82 100644 --- a/youtube/templates/playlist.html +++ b/youtube/templates/playlist.html @@ -6,7 +6,7 @@ width: 800px; margin:auto; } - + .playlist-metadata{ display:grid; grid-template-columns: 0fr 1fr; @@ -44,7 +44,7 @@ display: grid; grid-auto-rows: 0fr; grid-row-gap: 10px; - + } {% endblock style %} @@ -61,7 +61,7 @@ <div class="playlist-description">{{ common_elements.text_runs(description) }}</div> </div> - <div id="results"> + <div id="results"> {% for info in video_list %} {{ common_elements.item(info) }} {% endfor %} |