23 lines
423 B
Plaintext
Raw Normal View History

2018-11-24 16:11:53 +00:00
.profile-watching-list
horizontal-wrap
justify-content center
2017-06-19 20:16:01 +00:00
2018-11-24 16:11:53 +00:00
// CSS grid variant:
// display grid
// grid-gap 0.5rem
// grid-template-columns repeat(auto-fill, 55px)
// justify-content center
2018-11-24 16:11:53 +00:00
.profile-watching-list-item
anime-mini-item
2017-06-19 20:16:01 +00:00
2019-11-19 07:51:55 +00:00
[data-added="false"]
transition filter transition-speed ease
filter saturate(0)
:hover
filter saturate(1)
2018-11-24 16:11:53 +00:00
.profile-watching-list-item-image
2019-11-19 07:51:55 +00:00
anime-mini-item-image