From 4626ca3f28a7cfa8d811a7f7233a019cc6b61e5b Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Thu, 2 Jul 2026 23:58:09 -0500 Subject: [PATCH] =?UTF-8?q?feat(display):=20nombre=20paciente=20m=C3=A1s?= =?UTF-8?q?=20grande=20y=20visible=20en=20overlay=20de=20llamada?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- modules/turnero/views/display_global.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/turnero/views/display_global.php b/modules/turnero/views/display_global.php index 87495e2..f5c1d0e 100644 --- a/modules/turnero/views/display_global.php +++ b/modules/turnero/views/display_global.php @@ -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;