65 lines
1.3 KiB
Plaintext
Raw Normal View History

2017-07-13 05:53:36 +00:00
// .anime-list-item-progress-edit
// horizontal-wrap
// justify-content space-between
// width 100%
// .anime-list-item-episodes-edit
// flex 1
// margin-right content-padding
// .anime-list-item-status-edit
// flex-basis 50%
2018-04-19 22:06:13 +00:00
.anime-list-item-view
vertical
width 100%
max-width 530px
margin 0 auto
margin-top calc(content-padding / 2)
.anime-list-item-others
display grid
grid-template-columns repeat(auto-fill, calc(50% - content-padding / 2))
grid-gap content-padding
2018-04-19 22:28:19 +00:00
// .anime-list-item-cover
// display none
// > 1200px
// .anime-list-item-cover
// display block
// position absolute
// left content-padding
// top content-padding
// &.mounted
// opacity 0 !important
// :hover
// opacity 1 !important
// img
// width anime-image-medium-width
// height anime-image-medium-height
// // .raw-icon
// // font-size 2.5rem
// // position absolute
// // left 0
// // top calc(anime-image-medium-height / 2)
// // transform translateY(-50%) translateX(-50%)
// // opacity 0.85
// // color rgb(215, 38, 15)
2018-04-19 22:06:13 +00:00
2017-06-26 09:43:47 +00:00
.anime-list-item-rating-edit
2017-11-07 09:25:09 +00:00
horizontal
2017-06-26 09:43:47 +00:00
justify-content space-between
width 100%
2018-04-19 22:06:13 +00:00
2017-10-09 13:47:40 +00:00
.widget-section
2018-04-19 22:06:13 +00:00
max-width 20%
.anime-list-item-rating-edit
[data-status="completed"]
input[value="0"]
border-color rgb(232, 0, 0)