Switched to CSS grid rendering for anime lists

This commit is contained in:
2018-03-14 01:29:45 +01:00
parent fd2ed7d105
commit a6390e5eaf
2 changed files with 7 additions and 6 deletions

View File

@ -7,6 +7,6 @@ component AnimeListFilteredByStatus(animeList *arn.AnimeList, viewUser *arn.User
if len(animeList.Items) == 0
p.no-data.mountable= viewUser.Nick + " hasn't added any anime to this list yet."
else
.anime-list-container.fill-screen
.anime-list-container
//- h3.status-name= arn.ListItemStatusName(status)
AnimeList(animeList, viewUser, user)