~cadence/cloudtube

5246a741159fba1ea78e82629ab9c901a440d7f4 — Cadence Ember 2 years ago 893c22a
Remove rating/sentiment bar

There are no more dislikes and there is no more ratio bar.
2 files changed, 0 insertions(+), 8 deletions(-)

M pug/video.pug
M sass/includes/video-page.sass
M pug/video.pug => pug/video.pug +0 -1
@@ 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

M sass/includes/video-page.sass => sass/includes/video-page.sass +0 -7
@@ 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