mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-03-02 02:31:35 +00:00
Add subscriptions page
This commit is contained in:
parent
f24e1bb39c
commit
59a7489545
11 changed files with 159 additions and 6 deletions
9
sass/includes/subscriptions-page.sass
Normal file
9
sass/includes/subscriptions-page.sass
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
@use "video-list-item.sass" as *
|
||||
|
||||
.subscriptions-page
|
||||
padding: 40px 20px 20px
|
||||
max-width: 900px
|
||||
margin: 0 auto
|
||||
|
||||
.subscriptions-video
|
||||
@include subscriptions-video
|
||||
|
|
@ -59,6 +59,7 @@
|
|||
grid-template-columns: 240px 1fr
|
||||
margin-bottom: 20px
|
||||
overflow: hidden
|
||||
max-height: 150px
|
||||
|
||||
.image
|
||||
width: 240px
|
||||
|
|
@ -94,3 +95,6 @@
|
|||
|
||||
@mixin channel-video
|
||||
@include large-item
|
||||
|
||||
@mixin subscriptions-video
|
||||
@include large-item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue