Minor changes
This commit is contained in:
parent
b1d64007a6
commit
dacd92e86d
@ -5,10 +5,8 @@
|
||||
left 0
|
||||
width 100%
|
||||
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
|
||||
dark-gradient-bottom
|
||||
default-transition
|
||||
|
||||
.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
|
||||
max-width anime-image-tiny-width
|
||||
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
|
||||
|
||||
.video-controls
|
||||
horizontal
|
||||
align-items center
|
||||
position absolute
|
||||
bottom 0
|
||||
right 0
|
||||
padding 0.5rem 0.75rem
|
||||
opacity 0
|
||||
width 100%
|
||||
horizontal
|
||||
align-items center
|
||||
default-transition
|
||||
|
||||
:hover
|
||||
|
Loading…
Reference in New Issue
Block a user