From e97d1b958e7b696eb206bfe3dbe351c818d2c4b7 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Thu, 16 Dec 2021 12:29:29 +1300 Subject: [PATCH] Use h1 for channel title on channel page References: https://todo.sr.ht/~cadence/tube/46 --- pug/channel.pug | 2 +- sass/includes/channel-page.sass | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pug/channel.pug b/pug/channel.pug index ac75e4a..fb83960 100644 --- a/pug/channel.pug +++ b/pug/channel.pug @@ -21,7 +21,7 @@ block content .logo img(src=thumbnail.url width=thumbnail.width height=thumbnail.height alt="").thumbnail-image .about - .name= data.author + h1.name= data.author .subscribers= data.second__subCountText +subscribe_button(data.authorId, subscribed, `/channel/${data.authorId}`).subscribe-button.base-border-look .description!= data.descriptionHtml diff --git a/sass/includes/channel-page.sass b/sass/includes/channel-page.sass index 06df5d1..2b4cfd8 100644 --- a/sass/includes/channel-page.sass +++ b/sass/includes/channel-page.sass @@ -43,7 +43,9 @@ .name font-size: 30px + font-weight: normal color: c.$fg-bright + margin: 0 .subscribers color: c.$fg-main