Made profile page responsive

This commit is contained in:
2016-11-20 21:44:04 +09:00
parent 614ff87246
commit dfb6c4011e
4 changed files with 19 additions and 19 deletions

View File

@ -22,7 +22,7 @@ func main() {
app.SetStyle(components.BundledCSS)
user, _ := arn.GetUserByNick("Akyoto")
user.CoverImage.URL = "http://i.imgur.com/6cJrxzx.jpg"
user.CoverImage.URL = "https://i.imgur.com/6cJrxzx.jpg"
user.CoverImage.Position.X = "50%"
user.CoverImage.Position.Y = "85%"
user.Save()