diff options
author | Thomas Huang <thomas.b.huang@gmail.com> | 2018-02-16 04:36:26 +0800 |
---|---|---|
committer | Thomas Huang <thomas.b.huang@gmail.com> | 2018-02-16 04:36:26 +0800 |
commit | ed33f3160a35e2e765012a4726ff90f9b3608998 (patch) | |
tree | 9293ad54309e09d0023957e3a25cb42f93a3a874 /old-ui/app/css | |
parent | 77259ef5be440292401be6cadbb7ad01bf27fcf4 (diff) | |
download | tangerine-wallet-browser-ed33f3160a35e2e765012a4726ff90f9b3608998.tar tangerine-wallet-browser-ed33f3160a35e2e765012a4726ff90f9b3608998.tar.gz tangerine-wallet-browser-ed33f3160a35e2e765012a4726ff90f9b3608998.tar.bz2 tangerine-wallet-browser-ed33f3160a35e2e765012a4726ff90f9b3608998.tar.lz tangerine-wallet-browser-ed33f3160a35e2e765012a4726ff90f9b3608998.tar.xz tangerine-wallet-browser-ed33f3160a35e2e765012a4726ff90f9b3608998.tar.zst tangerine-wallet-browser-ed33f3160a35e2e765012a4726ff90f9b3608998.zip |
Make oldui compatible with newUI style changes
Diffstat (limited to 'old-ui/app/css')
-rw-r--r-- | old-ui/app/css/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/old-ui/app/css/index.css b/old-ui/app/css/index.css index cdb4cc439..67c327f62 100644 --- a/old-ui/app/css/index.css +++ b/old-ui/app/css/index.css @@ -285,7 +285,7 @@ app sections } .unlock-screen #metamask-mascot-container { - margin-top: 24px; + margin-top: 80px; } .unlock-screen h1 { @@ -443,7 +443,7 @@ input.large-input { flex-wrap: wrap; overflow-x: hidden; overflow-y: auto; - max-height: 465px; + max-height: 585px; flex-direction: inherit; } |