mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-05-26 12:32:25 +00:00
Add theme support, light theme, and edgeless light
This commit is contained in:
parent
4e1f2b3607
commit
0d23d66700
45 changed files with 433 additions and 212 deletions
|
|
@ -1,44 +0,0 @@
|
|||
@use "colors.sass" as c
|
||||
@use "video-list-item.sass" as *
|
||||
@use "forms.sass" as forms
|
||||
|
||||
.subscriptions-page
|
||||
padding: 40px 20px 20px
|
||||
max-width: 900px
|
||||
margin: 0 auto
|
||||
|
||||
.subscriptions-video
|
||||
@include subscriptions-video
|
||||
|
||||
.no-subscriptions
|
||||
text-align: center
|
||||
|
||||
.channels-details
|
||||
margin-bottom: 24px
|
||||
|
||||
.channels-list
|
||||
display: grid
|
||||
grid-gap: 8px
|
||||
|
||||
.channel-item
|
||||
display: flex
|
||||
align-items: center
|
||||
text-decoration: none
|
||||
|
||||
.thumbnail
|
||||
width: 40px
|
||||
height: 40px
|
||||
border-radius: 50%
|
||||
margin-right: 8px
|
||||
|
||||
.name
|
||||
font-size: 22px
|
||||
color: c.$fg-main
|
||||
|
||||
@include forms.checkbox-hider("watched-videos-display")
|
||||
|
||||
#watched-videos-display:checked ~ .video-list-item--watched
|
||||
display: none
|
||||
|
||||
.mark-watched
|
||||
@include forms.single-button-form
|
||||
Loading…
Add table
Add a link
Reference in a new issue