👌 Applied the review fixes suggested by eduard
This commit is contained in:
parent
3bd0f8c97a
commit
e3e54acbc9
@ -70,7 +70,7 @@ component SearchResults(term string, users []*arn.User, animes []*arn.Anime, pos
|
||||
Icon("user")
|
||||
span Characters
|
||||
|
||||
.user-avatars.user-search
|
||||
.character-search
|
||||
if len(characters) == 0
|
||||
p.no-search-results.mountable No characters found.
|
||||
else
|
||||
|
@ -3,6 +3,9 @@
|
||||
.soundtrack-search
|
||||
justify-content flex-start
|
||||
|
||||
.character-search
|
||||
horizontal-wrap
|
||||
|
||||
.anime-search-result
|
||||
width 55px !important
|
||||
height 78px !important
|
||||
|
Loading…
Reference in New Issue
Block a user