From 80e3a7439d511c8c8c7b7d29807bb2fb54982557 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 22 Oct 2022 14:33:31 +0200 Subject: [PATCH] channel name on main menu :3 --- html/main.ejs | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/html/main.ejs b/html/main.ejs index 73c294a..76c5ee3 100644 --- a/html/main.ejs +++ b/html/main.ejs @@ -159,13 +159,25 @@ summary:hover{ font-weight: 800; src:url('https://p.poketube.fun/https://cdn.statically.io/gh/brecert/discord-quote-generator/main/Ginto-Nord-800.woff') format("woff"); } + .video > .info { grid-area: info; font-size: small; - padding: 1px; margin-left: 2px; + height: auto; + width: fit-content; + text-align: left; + margin-top: -9px; + padding: 2px; + } + + .video > .info > .title { + color: var(--text-primary) !important; + font-weight: bold; + font-size: initial; + margin-bottom: 0px; } - + .alert { padding: 20px; background-color: #f44336; @@ -469,11 +481,16 @@ background-size: cover;
<%- turntomins(x.lengthSeconds) %>
<%- x.title %> + By <%- x.author %> +
+ <% }) %> + +