2017-07-20 14:26:43 +02:00

79 lines
1.2 KiB
Plaintext

.anime-list-container
vertical
width 100%
max-width table-width-normal
margin 0 auto
margin-bottom 1rem
.anime-list
vertical
.anime-list-item
horizontal
.anime-list-item-name
flex 1
clip-long-text
.anime-list-item-episodes
horizontal
justify-content flex-end
text-align right
white-space nowrap
flex-basis 120px
:hover
.plus-episode
opacity 1
.anime-list-item-episodes-watched
flex 0.4
horizontal
justify-content flex-end
.plus-episode
display inline-block
cursor pointer
opacity 0
margin-left 1px
transition opacity transition-speed ease
.anime-list-item-episodes-separator
flex 0.2
opacity 0.5
.anime-list-item-episodes-max
flex 0.4
opacity 0.5
.anime-list-item-rating
text-align right
flex-basis 70px
.anime-list-item-actions
display none
flex-basis 30px
// // Beautify icon alignment
// .raw-icon
// margin-bottom -4px
> 740px
.anime-list-item-actions
display block
.anime-list-item-airing-date
display none
> 700px
.anime-list-item-airing-date
display block
text-align right
flex-basis 150px
< 1100px
.anime-list-item-rating
display none
.fill-screen
min-height calc(100vh - nav-height - content-padding * 2 - 1rem - 43px - 23px)