Fixed alignment
This commit is contained in:
parent
37fb1895fe
commit
0ab9433eb2
@ -88,7 +88,7 @@ profile-boot-duration = 2s
|
|||||||
|
|
||||||
.no-data
|
.no-data
|
||||||
width 100%
|
width 100%
|
||||||
text-align left
|
text-align center
|
||||||
|
|
||||||
// Categories
|
// Categories
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ component SearchResults(term string, users []*arn.User, animeResults []*arn.Anim
|
|||||||
|
|
||||||
.user-avatars.user-search
|
.user-avatars.user-search
|
||||||
if len(users) == 0
|
if len(users) == 0
|
||||||
p.no-data.mountable No users found.
|
p.no-search-results.mountable No users found.
|
||||||
else
|
else
|
||||||
each user in users
|
each user in users
|
||||||
.mountable(data-mountable-type="user")
|
.mountable(data-mountable-type="user")
|
||||||
@ -23,7 +23,7 @@ component SearchResults(term string, users []*arn.User, animeResults []*arn.Anim
|
|||||||
|
|
||||||
.profile-watching-list.anime-search
|
.profile-watching-list.anime-search
|
||||||
if len(animeResults) == 0
|
if len(animeResults) == 0
|
||||||
p.no-data.mountable No anime found.
|
p.no-search-results.mountable No anime found.
|
||||||
else
|
else
|
||||||
each anime in animeResults
|
each anime in animeResults
|
||||||
a.profile-watching-list-item.mountable.ajax(href=anime.Link(), title=anime.Title.Canonical, data-mountable-type="anime")
|
a.profile-watching-list-item.mountable.ajax(href=anime.Link(), title=anime.Title.Canonical, data-mountable-type="anime")
|
||||||
@ -34,11 +34,11 @@ component SearchResults(term string, users []*arn.User, animeResults []*arn.Anim
|
|||||||
Icon("comment")
|
Icon("comment")
|
||||||
span Forums
|
span Forums
|
||||||
|
|
||||||
p.no-data.mountable Forums search coming soon.
|
p.no-search-results.mountable Forums search coming soon.
|
||||||
|
|
||||||
.widget
|
.widget
|
||||||
h3.widget-title
|
h3.widget-title
|
||||||
Icon("music")
|
Icon("music")
|
||||||
span Soundtracks
|
span Soundtracks
|
||||||
|
|
||||||
p.no-data.mountable Soundtrack search coming soon.
|
p.no-search-results.mountable Soundtrack search coming soon.
|
@ -1,3 +1,6 @@
|
|||||||
.anime-search-result
|
.anime-search-result
|
||||||
width 55px !important
|
width 55px !important
|
||||||
height 78px !important
|
height 78px !important
|
||||||
|
|
||||||
|
.no-search-results
|
||||||
|
text-align left
|
Loading…
Reference in New Issue
Block a user