Added more tooltip locations
This commit is contained in:
@ -11,7 +11,6 @@
|
||||
.soundtrack-content
|
||||
horizontal
|
||||
border-radius ui-element-border-radius
|
||||
overflow hidden
|
||||
box-shadow shadow-light
|
||||
min-height 200px
|
||||
|
||||
@ -22,6 +21,7 @@
|
||||
object-fit cover
|
||||
width 100%
|
||||
height 100%
|
||||
border-radius ui-element-border-radius
|
||||
filter brightness(100%)
|
||||
transition filter transition-speed ease
|
||||
|
||||
@ -124,7 +124,16 @@ animation change-color
|
||||
.soundtrack-anime-link
|
||||
display block
|
||||
|
||||
.soundtrack-anime-image
|
||||
border-bottom-right-radius 0
|
||||
border-top-right-radius 0
|
||||
|
||||
.soundtrack-image
|
||||
border-bottom-left-radius 0
|
||||
border-top-left-radius 0
|
||||
|
||||
.soundtrack-anime-image
|
||||
width anime-image-medium-width
|
||||
height anime-image-medium-height
|
||||
border-radius ui-element-border-radius
|
||||
object-fit cover
|
Reference in New Issue
Block a user