From d489b3192355079ed0d95efdbd2ab04125ff206f Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 26 May 2016 13:06:29 -0700 Subject: Center wallet nickname under identicon in tx confirmation screen --- ui/app/css/index.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/app/css/index.css') diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 8e25c1f88..650c52cef 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -296,6 +296,8 @@ input.large-input { .identity-panel .identicon-wrapper { margin: 4px; margin-top: 8px; + display: flex; + align-items: center; } .identity-panel .identicon-wrapper span { -- cgit