mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-03-02 02:31:35 +00:00
Rework subscribing to deleted channels
This commit is contained in:
parent
15e3f06ad6
commit
109dcd22de
12 changed files with 167 additions and 22 deletions
|
|
@ -74,6 +74,19 @@ $_theme: () !default
|
|||
.channel-video
|
||||
@include channel-video
|
||||
|
||||
.channel-error
|
||||
background-color: map.get($_theme, "bg-1")
|
||||
padding: 24px
|
||||
margin: 12px 0px 24px
|
||||
border-radius: 8px
|
||||
border: 1px solid map.get($_theme, "edge-grey")
|
||||
font-size: 20px
|
||||
color: map.get($_theme, "fg-warning")
|
||||
|
||||
.you-should-unsubscribe
|
||||
margin-top: 20px
|
||||
color: map.get($_theme, "fg-main")
|
||||
|
||||
.about-description // class provided by youtube
|
||||
pre
|
||||
font-size: inherit
|
||||
|
|
|
|||
|
|
@ -37,6 +37,10 @@ $_theme: () !default
|
|||
font-size: 22px
|
||||
color: map.get($_theme, "fg-main")
|
||||
|
||||
.missing-reason
|
||||
font-size: 16px
|
||||
color: map.get($_theme, "fg-warning")
|
||||
|
||||
@include forms.checkbox-hider("watched-videos-display")
|
||||
|
||||
#watched-videos-display:checked ~ .video-list-item--watched
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue