aboutsummaryrefslogtreecommitdiffstats
path: root/development/index.html
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-07-01 14:50:20 +0800
committerDan Finlay <dan@danfinlay.com>2016-07-01 14:50:20 +0800
commit6ec387b6751273ad09aed876a03f7ee95dc86c1a (patch)
tree83dab50dd0a966c0c1c5e7257a87b273badc783d /development/index.html
parent7f9200b1bf50238e0452adb2d7867dc48868d775 (diff)
downloadtangerine-wallet-browser-6ec387b6751273ad09aed876a03f7ee95dc86c1a.tar
tangerine-wallet-browser-6ec387b6751273ad09aed876a03f7ee95dc86c1a.tar.gz
tangerine-wallet-browser-6ec387b6751273ad09aed876a03f7ee95dc86c1a.tar.bz2
tangerine-wallet-browser-6ec387b6751273ad09aed876a03f7ee95dc86c1a.tar.lz
tangerine-wallet-browser-6ec387b6751273ad09aed876a03f7ee95dc86c1a.tar.xz
tangerine-wallet-browser-6ec387b6751273ad09aed876a03f7ee95dc86c1a.tar.zst
tangerine-wallet-browser-6ec387b6751273ad09aed876a03f7ee95dc86c1a.zip
Formatted dev mode better
Diffstat (limited to 'development/index.html')
-rw-r--r--development/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/index.html b/development/index.html
index deb3dc690..aca074f3e 100644
--- a/development/index.html
+++ b/development/index.html
@@ -11,4 +11,16 @@
<script src="./bundle.js" type="text/javascript" charset="utf-8"></script>
</body>
+
+<style>
+html, body, #app-content, .super-dev-container {
+ height: 100%;
+ width: 100%;
+ position: relative;
+ background: #cccccc;
+}
+.mock-app-root {
+ background: #F7F7F7;
+}
+</style>
</html>