Removed genres from sidebar (on explore page now)

This commit is contained in:
2017-11-30 17:57:31 +01:00
parent a6cfd98ea8
commit 9e32aadefd
7 changed files with 27 additions and 13 deletions

View File

@ -1,12 +1,18 @@
component ExploreAnime(animeList []*arn.Anime, year string, status string, typ string, user *arn.User)
ExploreFilters(year, status, typ)
.corner-buttons-hide-on-mobile
a.button.ajax(href="/genres")
Icon("clone")
span View genres
h1.page-title Explore
if len(animeList) == 0
p.no-data.mountable No anime found using the above filters.
else
AnimeGrid(animeList, user)
.explore-anime
if len(animeList) == 0
p.no-data.mountable No anime found using the above filters.
else
AnimeGrid(animeList, user)
component ExploreFilters(year string, status string, typ string)
.explore-filters

View File

@ -1,11 +1,14 @@
.explore-filters
horizontal
justify-content center
margin-bottom content-padding
margin-bottom calc(content-padding / 2)
select
margin 0.05rem
.explore-anime
margin-top calc(content-padding / 2)
#filter-year
max-width 80px