diff options
Diffstat (limited to 'youtube/templates/local_playlists_list.html')
-rw-r--r-- | youtube/templates/local_playlists_list.html | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/youtube/templates/local_playlists_list.html b/youtube/templates/local_playlists_list.html index a9fccff..f400808 100644 --- a/youtube/templates/local_playlists_list.html +++ b/youtube/templates/local_playlists_list.html @@ -2,20 +2,7 @@ {% extends "base.html" %} {% block style %} -main{ - display: flex; - justify-content: center; -} - ul{ - background-color: var(--interface-color); - margin-top: 20px; - padding: 20px; - min-width: 400px; - align-self: start; - } - li{ - margin-bottom: 10px; - } + <link href="/youtube.com/static/home.css" rel="stylesheet"> {% endblock style %} {% block main %} @@ -25,9 +12,3 @@ main{ {% endfor %} </ul> {% endblock main %} - - - - - - |