From fbd055298583577a09502305f33f67746cf7c63c Mon Sep 17 00:00:00 2001 From: SimolZimol <70102430+SimolZimol@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:45:13 +0200 Subject: [PATCH] modified: templates/playlists.html --- templates/playlists.html | 60 ++++++++++++++++++++++++++++++---------- 1 file changed, 46 insertions(+), 14 deletions(-) diff --git a/templates/playlists.html b/templates/playlists.html index 4c0d308..89d7e78 100644 --- a/templates/playlists.html +++ b/templates/playlists.html @@ -112,16 +112,55 @@ margin-top: 18px; word-break: break-all; } + .top-bar { + width: 100%; + padding: 10px 0; + background: rgba(25, 20, 20, 0.85); + position: fixed; + top: 0; + left: 0; + display: flex; + justify-content: space-between; + align-items: center; + z-index: 100; + } + .top-bar-section { + display: flex; + align-items: center; + } + .top-bar-section.left { + margin-left: 30px; + } + .top-bar-section.center { + flex-grow: 1; + justify-content: center; + } + .top-bar-section.right { + margin-right: 30px; + } - - {{ translations['logout'] if translations['logout'] else 'Logout' }} - - -
+
+
+ +
+
+ {% if user %} + + {{ user.display_name }} + {% endif %} +
+ +
+ +

{{ translations['choose_playlist'] }}

- {% if user %} -
- - {{ user.display_name }} -
- {% endif %} -