Minor changes

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

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