Fix FAB icon size on ~~ie~~Chrome

This commit is contained in:
Skylar Ittner 2019-03-29 23:58:22 -06:00
parent 014f1260ce
commit 852ada44fc
3 changed files with 10 additions and 11 deletions

View File

@ -94,3 +94,8 @@ function loadHomePage(callback) {
}
});
}
setTimeout(function () {
loadHomePage(function () {
});
}, 500);

View File

@ -124,19 +124,13 @@
<div class="fab fab-right-bottom">
<a href="/sendmoney/0">
<img src="img/money-send.svg" style="margin: 0.5em; filter: invert(1);" />
<div style="width: 100%;">
<img src="img/money-send.svg" style="width: 100%; filter: invert(1);" />
</div>
</a>
</div>
<script src="js/map.js"></script>
<script src="js/home.js"></script>
<script>
setTimeout(function () {
loadHomePage(function () {
});
}, 500);
</script>
</div>