From e09609cc68bc1efc4705d2286100ca3b8c31d2c4 Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 21 Mar 2020 17:38:34 +0100 Subject: [PATCH] input width --- app/styles/areas/_open.scss | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/app/styles/areas/_open.scss b/app/styles/areas/_open.scss index 5f3f405a..0f4966d6 100644 --- a/app/styles/areas/_open.scss +++ b/app/styles/areas/_open.scss @@ -108,7 +108,7 @@ > i { font-size: 3em; @include mobile { - line-height: .8; + line-height: 1; } } } @@ -184,13 +184,10 @@ input[type='password'].open__pass-input { font-size: $large-pass-font-size; margin-bottom: 0; - width: 19em; - &[readonly] { - cursor: pointer; - } - @include mobile { - width: calc(100vw - 20px); - } + &[readonly] { cursor: pointer; } + width: 38vw; + @media (max-width: 1000px) { width: 16em; } + @include mobile { width: calc(100vw - 20px); } } &__settings {