Smart shopping: timestamp ultimo aggiornamento, CSS progress dots e timer bar; fix layout modalità cucina

This commit is contained in:
dadaloop82
2026-04-01 05:52:46 +00:00
parent e18fb5839a
commit 6f81846942
2 changed files with 14 additions and 0 deletions
+11
View File
@@ -1676,6 +1676,17 @@ body {
font-weight: 600;
}
.smart-last-update-row {
display: flex;
justify-content: flex-end;
margin-bottom: 4px;
}
.smart-last-update {
font-size: 0.70rem;
color: rgba(255,255,255,0.30);
font-style: italic;
}
.smart-filter-row {
display: flex;
gap: 6px;