Fix FAB icon size on ~~ie~~Chrome
This commit is contained in:
parent
014f1260ce
commit
852ada44fc
@ -94,3 +94,8 @@ function loadHomePage(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…
x
Reference in New Issue
Block a user