From 811380215aa03be37979bde3386e9f455ed52c01 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sat, 22 Mar 2025 05:51:56 -0700 Subject: [PATCH] fix: viewport resizing on table content fitting screen --- tvapp2/index.js | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/tvapp2/index.js b/tvapp2/index.js index aecd8791..110bdd2f 100755 --- a/tvapp2/index.js +++ b/tvapp2/index.js @@ -775,6 +775,7 @@ const server = http.createServer((req, res) => { padding-bottom: 4vh; font-size: 1.6vmin; line-height: 2.5vmin; + font-weight: 100; } .breadcrumb @@ -919,6 +920,7 @@ const server = http.createServer((req, res) => { { word-break: break-all; white-space: normal; + min-width: 13vw !important; } table @@ -956,6 +958,18 @@ const server = http.createServer((req, res) => { line-height: 2.5vmin; } + #list .link a + { + color: #ff286e !important; + } + + #list .link a:hover + { + color: #FFF !important; + text-decoration: underline dotted #FF0048; + font-weight: 100; + } + .table-hover tbody tr:hover { background-color: rgba(155, 155, 155, 0.075); @@ -1092,11 +1106,11 @@ const server = http.createServer((req, res) => { - + - - Playlist data file which contains a list of all channels, their associated group, and logo URL. + + Playlist data file which contains a list of all channels, their associated group, and logo URL. @@ -1105,11 +1119,11 @@ const server = http.createServer((req, res) => { - + - - XML / EPG guide data which contains a list of all programs which are scheduled to play on a specific channel. + + XML / EPG guide data which contains a list of all programs which are scheduled to play on a specific channel.