Added support for item name & sku. Also added manual sync link

This commit is contained in:
2026-03-11 19:36:27 -04:00
parent 1febdc3e04
commit bfdf6b3065
7 changed files with 82 additions and 10 deletions

View File

@@ -15,6 +15,24 @@
max-width: 120px;
}
.autocomplete-item {
line-height: 1.2;
}
.item-name {
font-weight: 600;
}
.item-sku {
font-size: 0.75em;
color: #666;
}
.item-description {
font-size: 0.70em;
color: #999;
}
/* MOBILE MODE */
@media screen and (max-width: 700px) {