aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/local_playlists_list.html
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-12-14 23:44:29 -0500
committerJesús <heckyel@hyperbola.info>2020-12-14 23:44:29 -0500
commit7a765dc664d20f966e4e52abac1f5372045e166c (patch)
tree641f4de8cc11fd9f3234558f957b7bb6b8faf45b /youtube/templates/local_playlists_list.html
parent9d0be82e7425641a58a551fefce26385dee2f9d3 (diff)
downloadyt-local-7a765dc664d20f966e4e52abac1f5372045e166c.tar.lz
yt-local-7a765dc664d20f966e4e52abac1f5372045e166c.tar.xz
yt-local-7a765dc664d20f966e4e52abac1f5372045e166c.zip
Change general design theme
Diffstat (limited to 'youtube/templates/local_playlists_list.html')
-rw-r--r--youtube/templates/local_playlists_list.html21
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 %}
-
-
-
-
-
-