Fix icon sizing
This commit is contained in:
parent
d5e6d7eaee
commit
5f28ee8a7e
@ -26,6 +26,10 @@ Framework7 and FontAwesome both have a .fab class
|
|||||||
font-size: var(--f7-block-font-size);
|
font-size: var(--f7-block-font-size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.material-icons.material-icons-24px {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.material-icons-intext .material-icons {
|
.material-icons-intext .material-icons {
|
||||||
font-size: var(--f7-block-font-size);
|
font-size: var(--f7-block-font-size);
|
||||||
}
|
}
|
||||||
|
@ -169,6 +169,9 @@ function importPackageList(newlist) {
|
|||||||
var latitude = newlist[latlng].coords[0];
|
var latitude = newlist[latlng].coords[0];
|
||||||
var longitude = newlist[latlng].coords[1];
|
var longitude = newlist[latlng].coords[1];
|
||||||
|
|
||||||
|
latitude = latitude.toFixed(4);
|
||||||
|
longitude = longitude.toFixed(4);
|
||||||
|
|
||||||
for (pkg in newlist[latlng].items) {
|
for (pkg in newlist[latlng].items) {
|
||||||
var added = false;
|
var added = false;
|
||||||
for (var i = 0; i < packages.length; i++) {
|
for (var i = 0; i < packages.length; i++) {
|
||||||
|
@ -37,13 +37,13 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="block text-align-center">
|
<div class="block text-align-center">
|
||||||
<i class="material-icons">info</i>
|
<i class="material-icons material-icons-24px">info</i>
|
||||||
<br />
|
<br />
|
||||||
Scan barcodes while your postal scanner is crashed or restarting.
|
Scan barcodes while your postal scanner is crashed or restarting.
|
||||||
When the scanner is working again, you can scan all the saved
|
When the scanner is working again, you can scan all the saved
|
||||||
barcodes from your phone screen using the scanner's Manual Input or
|
barcodes from your phone screen using the scanner's Manual Input or
|
||||||
Scan Barcode feature.
|
Scan Barcode feature.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="block text-align-center">
|
<div class="block text-align-center">
|
||||||
<i class="material-icons">info</i>
|
<i class="material-icons material-icons-24px">info</i>
|
||||||
<br />
|
<br />
|
||||||
Share your delivery list to another device. The sender uploads the list,
|
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
|
and the receiver(s) either scan the barcode on the sender's device, or
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="block text-align-center">
|
<div class="block text-align-center">
|
||||||
<i class="material-icons">info</i>
|
<i class="material-icons material-icons-24px">info</i>
|
||||||
<br />
|
<br />
|
||||||
Compatible with USPS, UPS, FedEx, and DHL tracking codes.
|
Compatible with USPS, UPS, FedEx, and DHL tracking codes.
|
||||||
Can extract full delivery point address (and sometimes customer phone number)
|
Can extract full delivery point address (and sometimes customer phone number)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user