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

@ -7,7 +7,7 @@
padding 0.25rem 0.75rem
font-size 85%
color text-color
background hsla(0, 0%, 100%, 0.1)
background reverse-light-color
border-radius ui-element-border-radius
margin 0.35rem
@ -18,7 +18,7 @@
color text-color
opacity 1.0
text-shadow none
background hsla(0, 0%, 100%, 0.2)
background reverse-light-hover-color
> 800px
.anime-genres

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