2017-06-29 21:27:21 +00:00
|
|
|
.anime-list-container
|
2017-06-20 18:13:04 +00:00
|
|
|
vertical
|
|
|
|
width 100%
|
2017-07-04 14:13:20 +00:00
|
|
|
max-width table-width-normal
|
2017-06-29 12:12:27 +00:00
|
|
|
margin 0 auto
|
2017-06-29 21:27:21 +00:00
|
|
|
margin-bottom 1rem
|
|
|
|
|
|
|
|
.anime-list
|
|
|
|
vertical
|
2017-06-20 18:13:04 +00:00
|
|
|
|
2017-07-10 14:58:34 +00:00
|
|
|
.anime-list-item
|
|
|
|
horizontal
|
2017-06-20 18:13:04 +00:00
|
|
|
|
|
|
|
.anime-list-item-name
|
2017-06-25 12:58:27 +00:00
|
|
|
flex 1
|
2017-06-24 21:03:03 +00:00
|
|
|
white-space nowrap
|
|
|
|
text-overflow ellipsis
|
|
|
|
overflow hidden
|
2017-06-20 18:13:04 +00:00
|
|
|
|
|
|
|
.anime-list-item-episodes
|
2017-06-25 12:58:27 +00:00
|
|
|
horizontal
|
|
|
|
justify-content flex-end
|
|
|
|
text-align right
|
|
|
|
white-space nowrap
|
|
|
|
flex-basis 120px
|
|
|
|
|
2017-07-12 22:34:33 +00:00
|
|
|
:hover
|
|
|
|
.plus-episode
|
|
|
|
opacity 1
|
|
|
|
|
2017-06-25 12:58:27 +00:00
|
|
|
.anime-list-item-episodes-watched
|
|
|
|
flex 0.4
|
2017-07-12 22:34:33 +00:00
|
|
|
horizontal
|
|
|
|
justify-content flex-end
|
|
|
|
|
|
|
|
.plus-episode
|
|
|
|
display inline-block
|
|
|
|
cursor pointer
|
|
|
|
opacity 0
|
|
|
|
margin-left 1px
|
|
|
|
transition opacity transition-speed ease
|
2017-06-25 12:58:27 +00:00
|
|
|
|
|
|
|
.anime-list-item-episodes-separator
|
|
|
|
flex 0.2
|
|
|
|
opacity 0.5
|
|
|
|
|
|
|
|
.anime-list-item-episodes-max
|
|
|
|
flex 0.4
|
|
|
|
opacity 0.5
|
|
|
|
|
2017-06-20 18:13:04 +00:00
|
|
|
.anime-list-item-rating
|
2017-07-10 14:58:34 +00:00
|
|
|
text-align right
|
2017-07-12 22:34:33 +00:00
|
|
|
flex-basis 70px
|
2017-06-25 12:58:27 +00:00
|
|
|
|
|
|
|
.anime-list-item-actions
|
2017-07-05 00:56:50 +00:00
|
|
|
display none
|
2017-07-10 14:58:34 +00:00
|
|
|
flex-basis 30px
|
2017-06-25 12:58:27 +00:00
|
|
|
|
2017-07-10 14:58:34 +00:00
|
|
|
// // Beautify icon alignment
|
|
|
|
// .raw-icon
|
|
|
|
// margin-bottom -4px
|
2017-06-25 12:58:27 +00:00
|
|
|
|
2017-07-05 00:56:50 +00:00
|
|
|
> 740px
|
|
|
|
.anime-list-item-actions
|
|
|
|
display block
|
|
|
|
|
2017-06-29 06:32:46 +00:00
|
|
|
.anime-list-item-airing-date
|
|
|
|
display none
|
|
|
|
|
|
|
|
> 700px
|
|
|
|
.anime-list-item-airing-date
|
|
|
|
display block
|
2017-07-10 14:58:34 +00:00
|
|
|
text-align right
|
2017-07-11 13:13:42 +00:00
|
|
|
flex-basis 120px
|
2017-06-29 06:32:46 +00:00
|
|
|
|
2017-06-25 12:58:27 +00:00
|
|
|
< 1100px
|
|
|
|
.anime-list-item-rating
|
2017-07-06 01:24:56 +00:00
|
|
|
display none
|
|
|
|
|
|
|
|
.fill-screen
|
|
|
|
min-height calc(100vh - nav-height - content-padding * 2 - 1rem - 43px - 23px)
|