Fix FAB icon size on ~~ie~~Chrome

master
Skylar Ittner 5 years ago
parent 014f1260ce
commit 852ada44fc

@ -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 {

@ -93,4 +93,9 @@ function loadHomePage(callback) {
callback();
}
});
}
}
setTimeout(function () {
loadHomePage(function () {
});
}, 500);

@ -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>
Loading…
Cancel
Save