👌 Applied the review fixes suggested by eduard

This commit is contained in:
Scott 2017-11-26 01:51:25 +01:00
parent 3bd0f8c97a
commit e3e54acbc9
2 changed files with 4 additions and 1 deletions

View File

@ -70,7 +70,7 @@ component SearchResults(term string, users []*arn.User, animes []*arn.Anime, pos
Icon("user") Icon("user")
span Characters span Characters
.user-avatars.user-search .character-search
if len(characters) == 0 if len(characters) == 0
p.no-search-results.mountable No characters found. p.no-search-results.mountable No characters found.
else else

View File

@ -3,6 +3,9 @@
.soundtrack-search .soundtrack-search
justify-content flex-start justify-content flex-start
.character-search
horizontal-wrap
.anime-search-result .anime-search-result
width 55px !important width 55px !important
height 78px !important height 78px !important