From ca1d5beee3478e22e5aea1411e474072a845485f Mon Sep 17 00:00:00 2001 From: Martti Malmi Date: Thu, 2 Apr 2020 14:14:31 +0300 Subject: [PATCH] some changes to existing account login --- src/css/style.css | 22 ++++++++++------------ src/index.html | 45 ++++++++++++++++++++++++--------------------- src/js/app.js | 28 +++++++++++++++++++--------- 3 files changed, 53 insertions(+), 42 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index 58240ec8..02fbdbae 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -52,10 +52,6 @@ img { max-height: 80vh; } -.hidden { - display: none !important; -} - @media (max-width: 575px) { .hidden-xs { display: none !important; @@ -92,6 +88,10 @@ img { } } +.hidden { + display: none; +} + .chat { display: flex; flex-direction: row; @@ -163,10 +163,6 @@ header #back-button { min-width: 0; } -.start-hidden { - display: none; -} - .msg { display: flex; flex-direction: column; @@ -314,10 +310,8 @@ header #back-button { } #login { - display: none; - flex-direction: column; - align-items: center; - justify-content: center; + padding: 15px; + display: flex; overflow-y: scroll; color: white; position: fixed; @@ -327,6 +321,10 @@ header #back-button { bottom: 0; background-color: var(--login-background); z-index: 1000; +} + +#login-content { + margin: auto; text-align: center; } diff --git a/src/index.html b/src/index.html index 3751922f..d2194309 100644 --- a/src/index.html +++ b/src/index.html @@ -60,29 +60,31 @@
-
- Iris -

Iris Messenger

-
-
- -

-
-

Already have an account? Log in here!

+ - +