24 lines
473 B
Plaintext
Raw Normal View History

2018-04-20 00:06:13 +02:00
.anime-list-item-view
vertical
width 100%
max-width 530px
margin 0 auto
2018-11-21 16:43:41 +09:00
margin-top content-padding-half
2018-04-20 00:06:13 +02:00
.anime-list-item-others
display grid
grid-template-columns repeat(auto-fill, calc(50% - content-padding / 2))
grid-gap content-padding
2017-06-26 11:43:47 +02:00
.anime-list-item-rating-edit
2017-11-07 10:25:09 +01:00
horizontal
2017-06-26 11:43:47 +02:00
justify-content space-between
width 100%
2018-04-20 00:06:13 +02:00
2017-10-09 15:47:40 +02:00
.widget-section
2018-04-20 00:06:13 +02:00
max-width 20%
.anime-list-item-rating-edit
[data-status="completed"]
input[value="0"]
border-color rgb(232, 0, 0)