diff options
author | Lynx Kotoura <lynx@lv9.org> | 2017-08-28 07:01:07 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-08-28 00:01:07 +0200 |
commit | 07994eed002375025f0c377079500d25e87cb641 (patch) | |
tree | c39e2fbb02a769d1d234f4a427c1a08ede675004 /app/javascript/styles/forms.scss | |
parent | bab9afaa092e0eb8b3f11fdcdaf7a75d3ce94566 (diff) |
Adjust "signed in as" pages (#4720)
* Adjust "signed in as" pages Fix min-width Set width of .account-header .name To apply text-overflow and overflow settings Set overflow for detailed-status__display-name * Remove trailing whitespace
Diffstat (limited to 'app/javascript/styles/forms.scss')
-rw-r--r-- | app/javascript/styles/forms.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/styles/forms.scss b/app/javascript/styles/forms.scss index 8e41bb002..78f13270a 100644 --- a/app/javascript/styles/forms.scss +++ b/app/javascript/styles/forms.scss @@ -359,6 +359,10 @@ code { color: $ui-secondary-color; font-weight: 500; } + + @media screen and (max-width: 740px) and (min-width: 441px) { + margin-top: 40px; + } } .qr-wrapper { |