diff --git a/html/playlist.ejs b/html/playlist.ejs index 888cc183..a0c5ec6d 100644 --- a/html/playlist.ejs +++ b/html/playlist.ejs @@ -164,6 +164,25 @@ font-family:Ubuntu font-stretch: ultra-expanded; font-weight: 600; } + +.playlist-info{ + position: sticky +} + +.playlist-info::before { + content: ''; + position: absolute; + top: 0; + left: 0; + width: 14em; + height: 447px; + background-size: cover; + filter: blur(53px); + backdrop-filter: blur(157px); + z-index: -1; + background-image: url(<%- mediaproxy %>/proxy?url=<%- p.playlistThumbnail %>sqp=-oaymwEXCNACELwBSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLCLG7gzsIdtlp7ugZJH8YaAHX5bIw&days_since_epoch=19755); + margin-left: 65px; +} @@ -197,7 +216,7 @@ font-family:Ubuntu
<% if (!p.mixId) { %> -
+
<% } %>

<%- p.title %>