From 01186ab9c8395139462d700f4682e2892701a34b Mon Sep 17 00:00:00 2001 From: Ashley //// Date: Sat, 3 Feb 2024 21:31:43 +0000 Subject: [PATCH] fix stuff :3 --- html/playlist.ejs | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/html/playlist.ejs b/html/playlist.ejs index 9529a81c..3d7a55ed 100644 --- a/html/playlist.ejs +++ b/html/playlist.ejs @@ -156,7 +156,13 @@ font-family:Ubuntu .playlist-video > .info > .title { border-radius:0em; - height: 1.9em; + max-height: 1.9em; +} + +.playlist-info>.title { + font-family: "PokeTube flex"; + font-stretch: ultra-expanded; + font-weight: 600; } @@ -212,14 +218,14 @@ font-family:Ubuntu <%- x.index + 1 %> + style="background-image: url('<%- mediaproxy %>/proxy?url=https://vid.puffyan.us/vi/<%- x.videoId %>/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=&rs=AOn4CLBibY6d4Dg0K69NC-0b7NFsD7AH1w');border-radius: 13px;border: 1px solid #ff0064">
<%- x.title %>
- <%- x.author %> + <%- x.author %>