aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@users.noreply.github.com>2018-05-30 01:03:08 +0800
committerGitHub <noreply@github.com>2018-05-30 01:03:08 +0800
commite3c9629130901c2268350a58eb18f2ab9f6ab72e (patch)
tree114a46e75bddf94d2ad4d0514f6904e37dc42b0a /ui
parentd1f5d8ccc663bdc379864e155f12f580af127e8c (diff)
downloadtangerine-wallet-browser-e3c9629130901c2268350a58eb18f2ab9f6ab72e.tar
tangerine-wallet-browser-e3c9629130901c2268350a58eb18f2ab9f6ab72e.tar.gz
tangerine-wallet-browser-e3c9629130901c2268350a58eb18f2ab9f6ab72e.tar.bz2
tangerine-wallet-browser-e3c9629130901c2268350a58eb18f2ab9f6ab72e.tar.lz
tangerine-wallet-browser-e3c9629130901c2268350a58eb18f2ab9f6ab72e.tar.xz
tangerine-wallet-browser-e3c9629130901c2268350a58eb18f2ab9f6ab72e.tar.zst
tangerine-wallet-browser-e3c9629130901c2268350a58eb18f2ab9f6ab72e.zip
Fix add-token token list placeholder width (#4365)
Diffstat (limited to 'ui')
-rw-r--r--ui/app/components/pages/add-token/token-list/token-list-placeholder/index.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/app/components/pages/add-token/token-list/token-list-placeholder/index.scss b/ui/app/components/pages/add-token/token-list/token-list-placeholder/index.scss
index 9d0f4be32..cc495dfb0 100644
--- a/ui/app/components/pages/add-token/token-list/token-list-placeholder/index.scss
+++ b/ui/app/components/pages/add-token/token-list/token-list-placeholder/index.scss
@@ -11,6 +11,10 @@
width: 50%;
text-align: center;
margin-top: 8px;
+
+ @media screen and (max-width: 575px) {
+ width: 60%;
+ }
}
&__link {