👌 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")
|
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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user