aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/templates')
-rw-r--r--youtube/templates/local_playlists_list.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/youtube/templates/local_playlists_list.html b/youtube/templates/local_playlists_list.html
index 9b5f510..a9fccff 100644
--- a/youtube/templates/local_playlists_list.html
+++ b/youtube/templates/local_playlists_list.html
@@ -1,6 +1,23 @@
{% set page_title = 'Local playlists' %}
{% 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;
+ }
+{% endblock style %}
+
{% block main %}
<ul>
{% for playlist_name, playlist_url in playlists %}