Sync: enhance styling for gtv-tv__body with improved borders, padding, and shadow effects

This commit is contained in:
Matt Batchelder
2026-02-21 14:30:42 -05:00
parent 3dcffaeb06
commit 1540aa9f13

View File

@@ -5458,12 +5458,25 @@ p:last-child { margin-bottom: 0; }
.gtv-tv__body {
width: 100%;
background: #111;
border: 4px solid #111;
border-radius: 6px 6px 4px 4px;
outline: 1px solid #000;
padding: 3px;
border: 5px solid #1a1a1a;
border-radius: 8px 8px 4px 4px;
outline: 2px solid #000;
padding: 4px;
position: relative;
box-shadow: 0 14px 48px rgba(0,0,0,0.55);
box-shadow:
0 14px 48px rgba(0,0,0,0.6),
0 0 0 1px rgba(255,255,255,0.04),
inset 0 1px 0 rgba(255,255,255,0.06);
}
.gtv-tv__body::after {
content: '\25CF';
position: absolute;
bottom: -14px;
left: 50%;
transform: translateX(-50%);
font-size: 7px;
color: rgba(74,222,128,0.8);
filter: drop-shadow(0 0 3px rgba(74,222,128,0.5));
}
.gtv-tv__screen {
width: 100%;