feat(display): nombre paciente más grande y visible en overlay de llamada

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-07-02 23:58:09 -05:00
co-authored by Claude Sonnet 4.6
parent 38bd211ca6
commit 4626ca3f28
+2 -2
View File
@@ -322,8 +322,8 @@ $_hasVideo = (bool)$_tvVideo;
color: #fff; margin-top: .2rem;
}
.ann-pac {
font-size: clamp(1.05rem, 1.8vw, 1.35rem);
color: rgba(255,255,255,.45); margin-top: .3rem;
font-size: clamp(2rem, 4vw, 3rem);
color: rgba(255,255,255,.85); margin-top: .3rem;
}
.ann-progress {
width: 200px; height: 3px;