diff options
Diffstat (limited to 'ui/app')
-rw-r--r-- | ui/app/css/index.css | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |