Update display_global.php

This commit is contained in:
Lizandro Guarnizo
2026-06-11 23:17:31 -05:00
parent 98d81c3ebb
commit 8f16bdd1a8
+11 -12
View File
@@ -108,7 +108,7 @@ $_hasVideo = (bool)$_tvVideo;
position: relative;
}
.pg-body.has-video {
grid-template-columns: 380px 1fr 380px;
grid-template-columns: 520px 1fr 520px;
}
@@ -172,7 +172,7 @@ $_hasVideo = (bool)$_tvVideo;
height: 100%;
}
.ultimos-llamados .ul-label {
font-size: .8rem; font-weight: 700; text-transform: uppercase;
font-size: 1.2rem; font-weight: 700; text-transform: uppercase;
letter-spacing: 2px; color: #94a3b8;
padding: .8rem .8rem .3rem; flex-shrink: 0;
}
@@ -181,9 +181,9 @@ $_hasVideo = (bool)$_tvVideo;
scrollbar-width: thin; scrollbar-color: #e2e8f0 transparent;
}
.ul-item {
display: flex; align-items: center; gap: .6rem;
padding: .55rem .7rem; border-radius: 8px;
margin-bottom: .3rem;
display: flex; align-items: center; gap: .8rem;
padding: .7rem .9rem; border-radius: 10px;
margin-bottom: .4rem;
background: #f8fafc; border: 1px solid #e2e8f0;
}
.ul-item.activo {
@@ -194,25 +194,24 @@ $_hasVideo = (bool)$_tvVideo;
.ul-item.activo .ul-nom,
.ul-item.activo .ul-dest { color: rgba(255,255,255,.75); }
.ul-item .ul-left { flex: 1; min-width: 0; }
.ul-item .ul-cod { font-weight: 800; font-size: 1.05rem; display: block; }
.ul-item .ul-cod { font-weight: 800; font-size: 3rem; display: block; }
.ul-item .ul-nom {
font-size: .85rem; font-weight: 600;
font-size: 2.2rem; font-weight: 600;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
display: block;
}
.ul-item .ul-dest {
font-size: .9rem; font-weight: 700; color: #1e293b;
font-size: 2.4rem; font-weight: 700; color: #1e293b;
text-align: right; flex-shrink: 0;
max-width: 50%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
max-width: 45%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ul-item.activo .ul-dest { color: #fff; }
.ul-item .ul-dest i { margin-right: 4px; }
.ul-item .ul-dest i { margin-right: 6px; }
/* ── Video reel (9:16, alto completo, columna derecha) ── */
/* ── Video reel ── */
.reel-wrap {
display: none;
height: 100%;
aspect-ratio: 9 / 16;
overflow: hidden;
padding: 8px 8px 8px 0;
}