diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-05-24 06:31:11 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-05-24 06:31:11 +0800 |
commit | adaf1c7012b398d5d0d548553ba35e80cf5c3d31 (patch) | |
tree | 5e8f9b792dc2c3baab25faddea18a3618abc2f74 /ui/app/css/index.css | |
parent | 45916175d7281ff0eba25fcb5918a01e02baad7c (diff) | |
download | dexon-wallet-adaf1c7012b398d5d0d548553ba35e80cf5c3d31.tar.gz dexon-wallet-adaf1c7012b398d5d0d548553ba35e80cf5c3d31.tar.zst dexon-wallet-adaf1c7012b398d5d0d548553ba35e80cf5c3d31.zip |
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 d6d1f91a..8e25c1f8 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 { |