Make similar food suggestions clickable to populate food entry form (#12)

This commit is contained in:
Copilot
2026-04-28 23:00:36 -03:00
committed by GitHub
parent 88f55e4f7a
commit fe2f324bfa
3 changed files with 40 additions and 34 deletions
+9
View File
@@ -1226,6 +1226,15 @@ label {
align-items: center;
padding: 8px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
cursor: pointer;
transition: background-color 0.2s ease;
border-radius: 4px;
padding-left: 6px;
padding-right: 6px;
}
.alternative-item:hover {
background-color: rgba(107, 141, 214, 0.15);
}
.alternative-item:last-child {