From 852ada44fcee23198b8e32b71087158bcc550fc9 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Fri, 29 Mar 2019 23:58:22 -0600 Subject: [PATCH] Fix FAB icon size on ~~ie~~Chrome --- www/css/styles.css | 2 +- www/js/home.js | 7 ++++++- www/pages/home.html | 12 +++--------- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/www/css/styles.css b/www/css/styles.css index f4b8978..8d42838 100644 --- a/www/css/styles.css +++ b/www/css/styles.css @@ -38,7 +38,7 @@ input.money-input::-webkit-inner-spin-button { } input.money-input { - -moz-appearance:textfield; + -moz-appearance: textfield; } input.money-input:focus::-moz-placeholder { diff --git a/www/js/home.js b/www/js/home.js index 1f82bff..a4e3f60 100644 --- a/www/js/home.js +++ b/www/js/home.js @@ -93,4 +93,9 @@ function loadHomePage(callback) { callback(); } }); -} \ No newline at end of file +} + +setTimeout(function () { + loadHomePage(function () { + }); +}, 500); \ No newline at end of file diff --git a/www/pages/home.html b/www/pages/home.html index 44c9866..e85f28b 100644 --- a/www/pages/home.html +++ b/www/pages/home.html @@ -124,19 +124,13 @@
- +
+ +
- - \ No newline at end of file