Removed genres from sidebar (on explore page now)
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user