Improved footers
This commit is contained in:
@ -28,7 +28,6 @@ const frontpage-bg-color = rgb(32, 32, 32)
|
||||
text-align center
|
||||
|
||||
.footer
|
||||
text-align center
|
||||
margin-top content-padding
|
||||
|
||||
.bg-video-container
|
||||
|
@ -114,9 +114,10 @@ component Profile(viewUser *arn.User, user *arn.User, animeList *arn.AnimeList,
|
||||
.spacer-box
|
||||
|
||||
.footer.activities-footer.mountable(data-mountable-type="extra")
|
||||
span= viewUser.Nick + " spent "
|
||||
span= stringutils.Plural(int(animeWatchingTime / time.Hour / 24), "day")
|
||||
span watching anime.
|
||||
p
|
||||
span= viewUser.Nick + " spent "
|
||||
span= stringutils.Plural(int(animeWatchingTime / time.Hour / 24), "day")
|
||||
span watching anime.
|
||||
|
||||
component ProfileHeader(viewUser *arn.User, animeList *arn.AnimeList, user *arn.User, uri string)
|
||||
ProfileHead(viewUser, animeList, user, uri)
|
||||
|
@ -93,6 +93,5 @@ component Support(profileLink string, user *arn.User)
|
||||
span Support us!
|
||||
|
||||
.footer.support-footer
|
||||
p Thank you to everyone supporting the site. It means a lot to me.
|
||||
p --Akyoto
|
||||
p Thank you to everyone supporting the site. It means a lot to us.
|
||||
|
Reference in New Issue
Block a user