Cleanup
This commit is contained in:
parent
343dfcb75b
commit
93cfb471d9
@ -18,8 +18,8 @@ component Settings(user *arn.User)
|
|||||||
InputText("Accounts.AniList.Nick", user.Accounts.AniList.Nick, "AniList", "Your username on anilist.co")
|
InputText("Accounts.AniList.Nick", user.Accounts.AniList.Nick, "AniList", "Your username on anilist.co")
|
||||||
InputText("Accounts.MyAnimeList.Nick", user.Accounts.MyAnimeList.Nick, "MyAnimeList", "Your username on myanimelist.net")
|
InputText("Accounts.MyAnimeList.Nick", user.Accounts.MyAnimeList.Nick, "MyAnimeList", "Your username on myanimelist.net")
|
||||||
InputText("Accounts.Kitsu.Nick", user.Accounts.Kitsu.Nick, "Kitsu", "Your username on kitsu.io")
|
InputText("Accounts.Kitsu.Nick", user.Accounts.Kitsu.Nick, "Kitsu", "Your username on kitsu.io")
|
||||||
InputText("Accounts.AnimePlanet.Nick", user.Accounts.AnimePlanet.Nick, "AnimePlanet", "Your username on anime-planet.com")
|
|
||||||
InputText("Accounts.Osu.Nick", user.Accounts.Osu.Nick, "Osu", "Your username on osu.ppy.sh")
|
InputText("Accounts.Osu.Nick", user.Accounts.Osu.Nick, "Osu", "Your username on osu.ppy.sh")
|
||||||
|
//- InputText("Accounts.AnimePlanet.Nick", user.Accounts.AnimePlanet.Nick, "AnimePlanet", "Your username on anime-planet.com")
|
||||||
|
|
||||||
.widget.mountable
|
.widget.mountable
|
||||||
h3.widget-title
|
h3.widget-title
|
||||||
|
@ -2,10 +2,10 @@ p, h1, h2, h3, h4, h5, h6
|
|||||||
margin typography-margin 0
|
margin typography-margin 0
|
||||||
|
|
||||||
:first-child
|
:first-child
|
||||||
margin-top 0
|
margin-top 0 !important
|
||||||
|
|
||||||
:last-child
|
:last-child
|
||||||
margin-bottom 0
|
margin-bottom 0 !important
|
||||||
|
|
||||||
h1, h2
|
h1, h2
|
||||||
margin-top content-padding
|
margin-top content-padding
|
||||||
|
Loading…
Reference in New Issue
Block a user