Remove rating/sentiment bar

There are no more dislikes and there is no more ratio bar.
This commit is contained in:
Cadence Ember 2021-12-16 13:30:13 +13:00
parent 893c22aded
commit 5246a74115
No known key found for this signature in database
GPG Key ID: BC1C2C61CF521B17
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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