From 93cfb471d93035c4980543236283b7b0068dfcb6 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Fri, 7 Jul 2017 23:06:39 +0200 Subject: [PATCH] Cleanup --- pages/settings/settings.pixy | 2 +- styles/typography.scarlet | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/settings/settings.pixy b/pages/settings/settings.pixy index 382dc1ce..300f5f4c 100644 --- a/pages/settings/settings.pixy +++ b/pages/settings/settings.pixy @@ -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.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.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.AnimePlanet.Nick", user.Accounts.AnimePlanet.Nick, "AnimePlanet", "Your username on anime-planet.com") .widget.mountable h3.widget-title diff --git a/styles/typography.scarlet b/styles/typography.scarlet index 044737a4..f2590215 100644 --- a/styles/typography.scarlet +++ b/styles/typography.scarlet @@ -2,10 +2,10 @@ p, h1, h2, h3, h4, h5, h6 margin typography-margin 0 :first-child - margin-top 0 + margin-top 0 !important :last-child - margin-bottom 0 + margin-bottom 0 !important h1, h2 margin-top content-padding