diff --git a/files/assets/css/main-dev.css b/files/assets/css/main-dev.css index 5957d56a0..e177c53a0 100644 --- a/files/assets/css/main-dev.css +++ b/files/assets/css/main-dev.css @@ -130,6 +130,21 @@ nav { /* display: flex; */ /* } */ +#register-form-container { + margin-left: auto; + margin-right: auto; + max-width: 460px; + padding: 40px; + flex: 1; + overflow: auto; +} + +#register-form { + flex: 0 0 58.3333333333%; + align-self: center; + min-width: 300px; +} + #login { position: absolute; left: 0; @@ -152,13 +167,19 @@ nav { #login .splash-wrapper { z-index: -999; - position: absolute; + position: fixed; display: block; right: 0; top: 0; width: 100%; height: 100%; filter: contrast(0.4) blur(12px) sepia(20%) saturate(180%) brightness(30%); + + } + #register-form { + flex: 0 0 58.3333333333%; + align-self: center; + min-width: 10px; } #login input { @@ -171,19 +192,6 @@ nav { } } -#register-form-container { - display: flex; - flex: 1; - justify-content: center; - -} - -#register-form { - flex: 0 0 58.3333333333%; - align-self: center; - min-width: 100px; -} - .splash-wrapper { position: relative; diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html index ea04236df..3c71ed010 100644 --- a/files/templates/sign_up.html +++ b/files/templates/sign_up.html @@ -10,7 +10,7 @@ {% if ref_user %}

@{{ref_user.username}} has invited you!

Looks like someone wants you to join {{SITE_NAME}}.

- {% elif SITE_NAME == 'rDrama' and site_settings['login_required'] %} + {% elif SITE_NAME == 'rDrama' %}

Hiiiiii it’s your favorite user Carp! We’re currently on Login Required mode for one of a few reasons: