23 lines
423 B
Plaintext
Raw Normal View History

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