From 2dad92dca5ad86c8dae2d15cac18ead16af24e6d Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 3 Feb 2019 18:49:20 +0100 Subject: [PATCH] fix responsive --- script/public/index.html | 37 +++++++++++++++---------------------- script/public/index.js | 1 - script/public/styles.css | 7 +++++++ 3 files changed, 22 insertions(+), 23 deletions(-) diff --git a/script/public/index.html b/script/public/index.html index 33a1c53c..354f0325 100644 --- a/script/public/index.html +++ b/script/public/index.html @@ -17,29 +17,22 @@ -
-
-
-
-

TDTChannels

-
- Repositorio TDT Channels - Marc Vila - GitHub - LinkedIn +
+

TDTChannels

+
+ Repositorio TDT Channels + Marc Vila + GitHub + LinkedIn +
+
+
-
-
-
-
-
-
-
-
+

Reproductor de TelevisiĆ³n diff --git a/script/public/index.js b/script/public/index.js index 427cb2e1..241d86e6 100644 --- a/script/public/index.js +++ b/script/public/index.js @@ -176,7 +176,6 @@ function checkIfWebsiteWorks(sUrl){ function onChannelClick(channel){ channel = JSON.parse(channel); - console.log(channel) reproduceVideo(channel['options'][0]['url']) } diff --git a/script/public/styles.css b/script/public/styles.css index 61cb86e4..9e04a57b 100644 --- a/script/public/styles.css +++ b/script/public/styles.css @@ -1,3 +1,10 @@ .container[data-container] { max-width: 100% !important; +} + +.list-group{ + max-height: 70%; + overflow: scroll; + overflow-x: hidden; + -webkit-overflow-scrolling: touch; } \ No newline at end of file