Feature: Estúdio de Poesias profissional com dual-stage engine, analise de metricas literarias, guia fonetico, audio TTS narrado, player com equalizer e exportacao PDF/TXT
This commit is contained in:
+12
-1
@@ -4133,12 +4133,23 @@ code {
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#musicaLeftPanel, #musicaRightPanel {
|
||||
#musicaLeftPanel, #musicaRightPanel,
|
||||
#poesiaLeftPanel, #poesiaRightPanel {
|
||||
min-width: 100% !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.wave-bar-poesia.wave-active {
|
||||
animation: wave-pulse-poesia 0.8s infinite ease-in-out alternate;
|
||||
}
|
||||
|
||||
@keyframes wave-pulse-poesia {
|
||||
0% { height: 20%; background-color: #eab308; }
|
||||
50% { height: 95%; background-color: #f59e0b; }
|
||||
100% { height: 40%; background-color: #fbbf24; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user