Removed all outdated CSS classes
This commit is contained in:
@ -40,8 +40,4 @@ component AnimeListItem(viewUser *arn.User, item *arn.AnimeListItem, anime *arn.
|
||||
button.action.mountable(data-action="removeAnimeFromCollection", data-trigger="click", data-api="/api/animelist/" + viewUser.ID, data-anime-id=anime.ID, data-nick=viewUser.Nick)
|
||||
Icon("trash")
|
||||
span Remove from collection
|
||||
|
||||
//- a.anime-list-item-cover.mountable(href=anime.Link(), title="View anime")
|
||||
//- img.anime-cover-image.lazy(data-src=anime.ImageLink("medium"), data-webp="true", data-color=anime.AverageColor(), alt=anime.Title.ByUser(user))
|
||||
//- //- RawIcon("arrow-left")
|
||||
|
@ -1,15 +1,3 @@
|
||||
// .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%
|
||||
|
||||
.anime-list-item-view
|
||||
vertical
|
||||
width 100%
|
||||
@ -22,35 +10,6 @@
|
||||
grid-template-columns repeat(auto-fill, calc(50% - content-padding / 2))
|
||||
grid-gap content-padding
|
||||
|
||||
// .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)
|
||||
|
||||
.anime-list-item-rating-edit
|
||||
horizontal
|
||||
justify-content space-between
|
||||
|
Reference in New Issue
Block a user