Squared format
This commit is contained in:
parent
95d6057e13
commit
4f4a6e7f13
@ -3,7 +3,7 @@ component Genres(genres []string, genreToAnime map[string]*arn.Anime, user *arn.
|
|||||||
|
|
||||||
.genres
|
.genres
|
||||||
each genre in genres
|
each genre in genres
|
||||||
a.genre.mountable.ajax(href="/genre/" + strings.ToLower(genre))
|
a.genre.genre-squared.mountable.ajax(href="/genre/" + strings.ToLower(genre))
|
||||||
.genre-text.front
|
.genre-text.front
|
||||||
.genre-icon
|
.genre-icon
|
||||||
RawIcon(arn.GetGenreIcon(genre))
|
RawIcon(arn.GetGenreIcon(genre))
|
||||||
|
@ -5,6 +5,10 @@
|
|||||||
grid-cell
|
grid-cell
|
||||||
flip-card
|
flip-card
|
||||||
|
|
||||||
|
.genre-squared
|
||||||
|
width 142px
|
||||||
|
height 142px
|
||||||
|
|
||||||
.genre-text
|
.genre-text
|
||||||
grid-text
|
grid-text
|
||||||
|
|
||||||
@ -22,9 +26,9 @@
|
|||||||
shadow-up
|
shadow-up
|
||||||
|
|
||||||
< 450px
|
< 450px
|
||||||
.genre
|
.genre-squared
|
||||||
width 71px
|
width 71px
|
||||||
height 100px
|
height 71px
|
||||||
margin 0.3rem
|
margin 0.3rem
|
||||||
|
|
||||||
.genre-icon
|
.genre-icon
|
||||||
|
Loading…
Reference in New Issue
Block a user