From 5246a741159fba1ea78e82629ab9c901a440d7f4 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Thu, 16 Dec 2021 13:30:13 +1300 Subject: [PATCH] Remove rating/sentiment bar There are no more dislikes and there is no more ratio bar. --- pug/video.pug | 1 - sass/includes/video-page.sass | 7 ------- 2 files changed, 8 deletions(-) diff --git a/pug/video.pug b/pug/video.pug index 6364601..1000b92 100644 --- a/pug/video.pug +++ b/pug/video.pug @@ -51,7 +51,6 @@ block content - const month = new Intl.DateTimeFormat("en-US", {month: "short"}).format(date.getTime()) div= `Uploaded ${date.getUTCDate()} ${month} ${date.getUTCFullYear()}` div= video.second__viewCountText - div(style=`--rating: ${video.rating*20}%`)#rating-bar.rating-bar audio(preload="auto")#audio #live-event-notice diff --git a/sass/includes/video-page.sass b/sass/includes/video-page.sass index 964dc77..f134825 100644 --- a/sass/includes/video-page.sass +++ b/sass/includes/video-page.sass @@ -68,13 +68,6 @@ align-items: flex-start margin-left: 0px - .rating-bar - margin-top: 8px - width: 140px - height: 8px - border-radius: 3px - background: linear-gradient(to right, #1a1 var(--rating), #bbb var(--rating)) - .continuous display: flex align-items: center