diff --git a/index.html b/index.html index ef80903..df9f937 100644 --- a/index.html +++ b/index.html @@ -252,6 +252,19 @@ body { list-style: none; } +.search-sentinel { + height: 1px; + width: 100%; +} + +.search-loading { + display: flex; + justify-content: center; + padding: 16px; + color: var(--text-muted); + font-size: var(--font-sm); +} + .food-item { background: var(--white); border-radius: var(--radius-sm); @@ -2048,6 +2061,7 @@ button:active, .btn:active, .meal-card-main:active, .dagboek-item:active, .food-
+