Minor changes
This commit is contained in:
parent
b1d64007a6
commit
dacd92e86d
@ -5,10 +5,8 @@
|
|||||||
left 0
|
left 0
|
||||||
width 100%
|
width 100%
|
||||||
padding 0.7rem 0.5rem
|
padding 0.7rem 0.5rem
|
||||||
background linear-gradient(to top, hsla(0, 0%, 0%, 0.8), hsla(0, 0%, 0%, 0))
|
|
||||||
border-bottom-left-radius ui-element-border-radius
|
|
||||||
border-bottom-right-radius ui-element-border-radius
|
|
||||||
pointer-events none
|
pointer-events none
|
||||||
|
dark-gradient-bottom
|
||||||
default-transition
|
default-transition
|
||||||
|
|
||||||
.image-title-text
|
.image-title-text
|
||||||
|
@ -33,3 +33,8 @@ mixin anime-list-item-image
|
|||||||
// Make it easier for the browser to layout by specifying max size as well
|
// Make it easier for the browser to layout by specifying max size as well
|
||||||
max-width anime-image-tiny-width
|
max-width anime-image-tiny-width
|
||||||
max-height anime-image-tiny-height
|
max-height anime-image-tiny-height
|
||||||
|
|
||||||
|
mixin dark-gradient-bottom
|
||||||
|
background linear-gradient(to top, hsla(0, 0%, 0%, 0.8), hsla(0, 0%, 0%, 0))
|
||||||
|
border-bottom-left-radius ui-element-border-radius
|
||||||
|
border-bottom-right-radius ui-element-border-radius
|
@ -24,14 +24,14 @@ const video-progress-clickable-height-buffer = 0.4rem
|
|||||||
background-color black
|
background-color black
|
||||||
|
|
||||||
.video-controls
|
.video-controls
|
||||||
|
horizontal
|
||||||
|
align-items center
|
||||||
position absolute
|
position absolute
|
||||||
bottom 0
|
bottom 0
|
||||||
right 0
|
right 0
|
||||||
padding 0.5rem 0.75rem
|
padding 0.5rem 0.75rem
|
||||||
opacity 0
|
opacity 0
|
||||||
width 100%
|
width 100%
|
||||||
horizontal
|
|
||||||
align-items center
|
|
||||||
default-transition
|
default-transition
|
||||||
|
|
||||||
:hover
|
:hover
|
||||||
|
Loading…
Reference in New Issue
Block a user