1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-03-02 02:31:35 +00:00

Implement continuous mode

This commit is contained in:
Cadence Ember 2021-04-26 00:02:59 +12:00
parent e4f6ffe122
commit 2b2f8bf84a
No known key found for this signature in database
GPG key ID: BC1C2C61CF521B17
7 changed files with 130 additions and 14 deletions

View file

@ -8,6 +8,7 @@ $bg-accent-area: #44474b
$fg-bright: #fff
$fg-main: #ddd
$fg-dim: #bbb
$fg-warning: #ffb98f
$edge-grey: #808080

View file

@ -69,6 +69,29 @@
border-radius: 3px
background: linear-gradient(to right, #1a1 var(--rating), #bbb var(--rating))
.continuous
display: flex
align-items: center
justify-content: space-between
margin: 16px 4px
padding: 12px
border-radius: 4px
background-color: c.$bg-darkest
&__description
margin-left: 12px
&__title
font-size: 20px
&__script-warning
font-size: 15px
color: c.$fg-warning
&__buttons
display: flex
flex-shrink: 0
.description
font-size: 17px
word-break: break-word
@ -80,8 +103,17 @@
.subscribe-form
display: inline-block
.related-cols
display: flex
align-items: center
justify-content: space-between
margin-bottom: 8px
.continuous-start
font-size: 15px
.related-header
margin: 4px 0px 12px 2px
margin: 4px 0px 4px 2px
font-weight: normal
font-size: 26px