Improved mobile styles
This commit is contained in:
@ -7,6 +7,6 @@ component Genres(genres []string, genreToAnime map[string]*arn.Anime, user *arn.
|
||||
.genre-text.front
|
||||
.genre-icon
|
||||
RawIcon(arn.GetGenreIcon(genre))
|
||||
span= genre
|
||||
span.genre-text-only= genre
|
||||
|
||||
img.genre-image.back(src=genreToAnime[genre].Image("medium"), alt=genreToAnime[genre].Title.ByUser(user), title=genre)
|
@ -19,4 +19,16 @@
|
||||
shadow-up
|
||||
|
||||
.back
|
||||
shadow-up
|
||||
shadow-up
|
||||
|
||||
< 450px
|
||||
.genre
|
||||
width 71px
|
||||
height 100px
|
||||
margin 0.3rem
|
||||
|
||||
.genre-icon
|
||||
margin 0
|
||||
|
||||
.genre-text-only
|
||||
display none
|
Reference in New Issue
Block a user