diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-17 17:14:49 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-17 17:14:49 +1100 |
commit | 118a30ca1ef3bb7cfbf13eb0ae8820dc1feb1f59 (patch) | |
tree | ac45cbcdac7dad5b27901a4f765074558afe06bf /assets/public/fosscord-login.css | |
parent | Update readme (diff) | |
download | server-118a30ca1ef3bb7cfbf13eb0ae8820dc1feb1f59.tar.xz |
First pass of removing Slowcord mentions
Diffstat (limited to 'assets/public/fosscord-login.css')
-rw-r--r-- | assets/public/fosscord-login.css | 37 |
1 files changed, 11 insertions, 26 deletions
diff --git a/assets/public/fosscord-login.css b/assets/public/fosscord-login.css index ca0af064..76cf8068 100644 --- a/assets/public/fosscord-login.css +++ b/assets/public/fosscord-login.css @@ -1,12 +1,12 @@ /* replace tos acceptance popup */ #app-mount > div:nth-child(7) > div > div > div.tooltipContent-bqVLWK { - visibility: hidden; + visibility: hidden; } -#app-mount > div:nth-child(7) > div > div > div.tooltipContent-bqVLWK::after{ - visibility: visible; - display: block; - content: "You need to agree to this instance's rules to continue"; - margin-top: -32px; +#app-mount > div:nth-child(7) > div > div > div.tooltipContent-bqVLWK::after { + visibility: visible; + display: block; + content: "You need to agree to this instance's rules to continue"; + margin-top: -32px; } /* replace login header */ #app-mount > div.app-1q1i1E > div > div > div > div > form > div > div > div.mainLoginContainer-1ddwnR > h3 { @@ -14,7 +14,7 @@ } h3.title-jXR8lp.marginBottom8-AtZOdT.base-1x0h_U.size24-RIRrxO::after { margin-top: -32px; - content: "Welcome to Slowcord!"; + content: "Welcome to Fosscord!"; visibility: visible; display: block; } @@ -62,22 +62,7 @@ h3.title-jXR8lp.marginBottom8-AtZOdT.base-1x0h_U.size24-RIRrxO::after { margin-top: -16px; } -/* funny styling */ -.wrapper-6URcxg { - justify-content: flex-start !important; - - background: url("/assets/background.png"); - background-size: 100% 100%; - background-repeat: no-repeat; -} - -.authBoxExpanded-2jqaBe, -.authBox-hW6HRx { - width: max(40vw, 500px) !important; - height: 100vh !important; - padding: 100px !important; - display: flex; - justify-content: center; - align-items: center; - border-radius: 0 !important; -} +/* shrink login box to same size as register */ +.authBoxExpanded-2jqaBe { + width: 480px !important; +} \ No newline at end of file |