diff options
Add copy address button to account list
Diffstat (limited to 'ui/app/css/index.css')
-rw-r--r-- | ui/app/css/index.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css index d6d1f91ac..8e25c1f88 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -319,6 +319,11 @@ input.large-input { height: 100%; } +.identity-copy.flex-column { + flex: 0.25 0 auto; + justify-content: center; +} + /* accounts screen */ .identity-section { |