Remove rating/sentiment bar
There are no more dislikes and there is no more ratio bar.
This commit is contained in:
parent
893c22aded
commit
5246a74115
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue