diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2018-01-19 04:39:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-19 04:39:09 +0800 |
commit | 5fff2e19d8ff6fa50da5696b3c42f5cf1f359744 (patch) | |
tree | a13d409a801ca178f8f9863484f860cd92153d2e /ui/app/css | |
parent | 4fae461a672b89a16c496d09321f11f86b873e32 (diff) | |
parent | 853e7f84204226b9cc35fe8bca5cb6ebe7ff03b0 (diff) | |
download | tangerine-wallet-browser-5fff2e19d8ff6fa50da5696b3c42f5cf1f359744.tar tangerine-wallet-browser-5fff2e19d8ff6fa50da5696b3c42f5cf1f359744.tar.gz tangerine-wallet-browser-5fff2e19d8ff6fa50da5696b3c42f5cf1f359744.tar.bz2 tangerine-wallet-browser-5fff2e19d8ff6fa50da5696b3c42f5cf1f359744.tar.lz tangerine-wallet-browser-5fff2e19d8ff6fa50da5696b3c42f5cf1f359744.tar.xz tangerine-wallet-browser-5fff2e19d8ff6fa50da5696b3c42f5cf1f359744.tar.zst tangerine-wallet-browser-5fff2e19d8ff6fa50da5696b3c42f5cf1f359744.zip |
Merge pull request #3024 from alextsg/cb-529
[NewUI] Update popout to fullscreen icon
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/itcss/components/newui-sections.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/css/itcss/components/newui-sections.scss b/ui/app/css/itcss/components/newui-sections.scss index c9a06a2cc..1c26882b5 100644 --- a/ui/app/css/itcss/components/newui-sections.scss +++ b/ui/app/css/itcss/components/newui-sections.scss @@ -40,6 +40,8 @@ $wallet-view-bg: $alabaster; .open-in-browser { cursor: pointer; + display: flex; + justify-content: center; } // wallet view and sidebar |