fix: TTS sincrono + pulsante Rileggi nella modalità cucina

This commit is contained in:
dadaloop82
2026-03-29 15:46:43 +00:00
parent b4ee70862e
commit 227c31d9f9
3 changed files with 40 additions and 19 deletions
+19
View File
@@ -3048,6 +3048,25 @@ body {
width: 100%;
}
.cooking-replay-btn {
display: inline-flex;
align-items: center;
gap: 6px;
background: rgba(255,255,255,0.10);
border: 1px solid rgba(255,255,255,0.20);
color: #fff;
border-radius: 20px;
padding: 7px 18px;
font-size: 0.95rem;
cursor: pointer;
transition: background 0.2s;
flex-shrink: 0;
}
.cooking-replay-btn:active {
background: rgba(255,255,255,0.22);
}
.cooking-step-ings {
width: 100%;
max-width: 480px;