mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2024-11-12 19:37:29 +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#{&}
|
||||
background: c.$bg-darker
|
||||
padding: 8px 8px 0px
|
||||
margin: -8px -8px 12px
|
||||
padding: 4px 4px 0px
|
||||
margin: -4px -4px 8px
|
||||
|
||||
.thumbnail
|
||||
margin-bottom: 8px
|
||||
margin-bottom: 4px
|
||||
|
||||
.image
|
||||
opacity: 0.4
|
||||
@ -84,6 +84,13 @@
|
||||
overflow: hidden
|
||||
max-height: 150px
|
||||
|
||||
@at-root .video-list-item--watched#{&}
|
||||
padding: 8px 8px 0px
|
||||
margin: -8px -8px 12px
|
||||
|
||||
.thumbnail
|
||||
margin-bottom: 8px
|
||||
|
||||
.image
|
||||
width: 240px
|
||||
height: 135px
|
||||
|
Loading…
Reference in New Issue
Block a user