Minor changes

This commit is contained in:
Eduard Urbach 2018-12-08 11:05:15 +09:00
parent b1d64007a6
commit dacd92e86d
3 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -32,4 +32,9 @@ 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
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

View File

@ -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