Feature: Inventando Histórias profissional com 3-stage pipeline narrativa, vinculacao a turmas/alunos, ilustracoes por cena, leitor interativo, TTS narrado e exportacao PDF/TXT
This commit is contained in:
+12
-1
@@ -4134,7 +4134,8 @@ code {
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#musicaLeftPanel, #musicaRightPanel,
|
||||
#poesiaLeftPanel, #poesiaRightPanel {
|
||||
#poesiaLeftPanel, #poesiaRightPanel,
|
||||
#historiaLeftPanel, #historiaRightPanel {
|
||||
min-width: 100% !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
@@ -4150,6 +4151,16 @@ code {
|
||||
100% { height: 40%; background-color: #fbbf24; }
|
||||
}
|
||||
|
||||
.wave-bar-historia.wave-active {
|
||||
animation: wave-pulse-historia 0.8s infinite ease-in-out alternate;
|
||||
}
|
||||
|
||||
@keyframes wave-pulse-historia {
|
||||
0% { height: 20%; background-color: #10b981; }
|
||||
50% { height: 95%; background-color: #34d399; }
|
||||
100% { height: 40%; background-color: #059669; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user