2017-06-19 22:16:01 +02:00
|
|
|
.anime-list
|
2017-06-20 20:13:04 +02:00
|
|
|
vertical
|
|
|
|
width 100%
|
2017-06-29 14:12:27 +02:00
|
|
|
max-width 1100px
|
|
|
|
margin 0 auto
|
|
|
|
// border ui-border
|
|
|
|
// background rgb(249, 249, 249)
|
|
|
|
// border-radius 3px
|
2017-06-20 20:13:04 +02:00
|
|
|
|
|
|
|
tr
|
|
|
|
horizontal
|
2017-06-25 14:58:27 +02:00
|
|
|
|
|
|
|
thead
|
|
|
|
display none
|
2017-06-20 20:13:04 +02:00
|
|
|
|
|
|
|
.anime-list-item-name
|
2017-06-25 14:58:27 +02:00
|
|
|
flex 1
|
2017-06-24 23:03:03 +02:00
|
|
|
white-space nowrap
|
|
|
|
text-overflow ellipsis
|
|
|
|
overflow hidden
|
2017-06-20 20:13:04 +02:00
|
|
|
|
|
|
|
.anime-list-item-episodes
|
2017-06-25 14:58:27 +02:00
|
|
|
horizontal
|
|
|
|
justify-content flex-end
|
|
|
|
text-align right
|
|
|
|
white-space nowrap
|
|
|
|
flex-basis 120px
|
|
|
|
|
|
|
|
.anime-list-item-episodes-watched
|
|
|
|
flex 0.4
|
|
|
|
|
|
|
|
.anime-list-item-episodes-separator
|
|
|
|
flex 0.2
|
|
|
|
opacity 0.5
|
|
|
|
|
|
|
|
.anime-list-item-episodes-max
|
|
|
|
flex 0.4
|
|
|
|
opacity 0.5
|
|
|
|
|
2017-06-26 12:21:42 +02:00
|
|
|
// .anime-list-item-episodes-edit
|
|
|
|
// flex 0.5
|
2017-06-25 14:58:27 +02:00
|
|
|
|
2017-06-26 12:21:42 +02:00
|
|
|
// // Beautify icon alignment
|
|
|
|
// .raw-icon
|
|
|
|
// margin-bottom -2px
|
2017-06-20 20:13:04 +02:00
|
|
|
|
|
|
|
.anime-list-item-rating
|
2017-06-25 14:58:27 +02:00
|
|
|
flex-basis 100px
|
|
|
|
text-align center
|
|
|
|
|
|
|
|
.anime-list-item-actions
|
|
|
|
flex-basis 40px
|
|
|
|
text-align right
|
|
|
|
|
|
|
|
// Beautify icon alignment
|
|
|
|
.raw-icon
|
|
|
|
margin-bottom -4px
|
|
|
|
|
2017-06-29 08:32:46 +02:00
|
|
|
.anime-list-item-airing-date
|
|
|
|
display none
|
|
|
|
|
|
|
|
> 700px
|
|
|
|
.anime-list-item-airing-date
|
|
|
|
display block
|
|
|
|
|
2017-06-25 14:58:27 +02:00
|
|
|
< 1100px
|
|
|
|
.anime-list-item-rating
|
|
|
|
display none
|