Fix icon sizing

master
Skylar Ittner 4 years ago
parent d5e6d7eaee
commit 5f28ee8a7e

@ -26,6 +26,10 @@ Framework7 and FontAwesome both have a .fab class
font-size: var(--f7-block-font-size);
}
.material-icons.material-icons-24px {
font-size: 24px;
}
.material-icons-intext .material-icons {
font-size: var(--f7-block-font-size);
}

@ -169,6 +169,9 @@ function importPackageList(newlist) {
var latitude = newlist[latlng].coords[0];
var longitude = newlist[latlng].coords[1];
latitude = latitude.toFixed(4);
longitude = longitude.toFixed(4);
for (pkg in newlist[latlng].items) {
var added = false;
for (var i = 0; i < packages.length; i++) {

@ -37,13 +37,13 @@
</li>
</ul>
</div>
<div class="block text-align-center">
<i class="material-icons">info</i>
<i class="material-icons material-icons-24px">info</i>
<br />
Scan barcodes while your postal scanner is crashed or restarting.
When the scanner is working again, you can scan all the saved
barcodes from your phone screen using the scanner's Manual Input or
Scan barcodes while your postal scanner is crashed or restarting.
When the scanner is working again, you can scan all the saved
barcodes from your phone screen using the scanner's Manual Input or
Scan Barcode feature.
</div>
</div>

@ -56,7 +56,7 @@
</div>
<div class="block text-align-center">
<i class="material-icons">info</i>
<i class="material-icons material-icons-24px">info</i>
<br />
Share your delivery list to another device. The sender uploads the list,
and the receiver(s) either scan the barcode on the sender's device, or

@ -41,7 +41,7 @@
</div>
<div class="block text-align-center">
<i class="material-icons">info</i>
<i class="material-icons material-icons-24px">info</i>
<br />
Compatible with USPS, UPS, FedEx, and DHL tracking codes.
Can extract full delivery point address (and sometimes customer phone number)

Loading…
Cancel
Save