aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-07-27 05:36:22 +0800
committerDan Finlay <dan@danfinlay.com>2017-07-27 05:36:22 +0800
commit8fc0a025f62722e9cced11e22600e0093e64e4f5 (patch)
tree785194510ac93844c05fef913c71bbc817b70726 /ui/app/css
parentbc11f11d6865de0950d9ab10e8f37f74519b824e (diff)
downloadtangerine-wallet-browser-8fc0a025f62722e9cced11e22600e0093e64e4f5.tar.gz
tangerine-wallet-browser-8fc0a025f62722e9cced11e22600e0093e64e4f5.tar.zst
tangerine-wallet-browser-8fc0a025f62722e9cced11e22600e0093e64e4f5.zip
Set initial scale for mobile.
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/index.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index 00d4bea93..05bdb33af 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -26,7 +26,7 @@ html, body {
}
html {
- min-height: 400px;
+ min-height: 500px;
}
.app-root {