mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2024-11-22 15:47:30 +00:00
Fix recommended watched videos appearance
This commit is contained in:
parent
637f648fc7
commit
57fdf4e1b6
@ -18,11 +18,11 @@
|
|||||||
|
|
||||||
@at-root .video-list-item--watched#{&}
|
@at-root .video-list-item--watched#{&}
|
||||||
background: c.$bg-darker
|
background: c.$bg-darker
|
||||||
padding: 8px 8px 0px
|
padding: 4px 4px 0px
|
||||||
margin: -8px -8px 12px
|
margin: -4px -4px 8px
|
||||||
|
|
||||||
.thumbnail
|
.thumbnail
|
||||||
margin-bottom: 8px
|
margin-bottom: 4px
|
||||||
|
|
||||||
.image
|
.image
|
||||||
opacity: 0.4
|
opacity: 0.4
|
||||||
@ -84,6 +84,13 @@
|
|||||||
overflow: hidden
|
overflow: hidden
|
||||||
max-height: 150px
|
max-height: 150px
|
||||||
|
|
||||||
|
@at-root .video-list-item--watched#{&}
|
||||||
|
padding: 8px 8px 0px
|
||||||
|
margin: -8px -8px 12px
|
||||||
|
|
||||||
|
.thumbnail
|
||||||
|
margin-bottom: 8px
|
||||||
|
|
||||||
.image
|
.image
|
||||||
width: 240px
|
width: 240px
|
||||||
height: 135px
|
height: 135px
|
||||||
|
Loading…
Reference in New Issue
Block a user