diff --git a/app.js b/app.js index 8647408..239ad49 100644 --- a/app.js +++ b/app.js @@ -8,6 +8,33 @@ import { createElement as h, useState, useEffect, useRef } from 'https://esm.sh/ import { createRoot } from "https://esm.sh/react-dom/client"; const StyledRoot = styled.div` +.Boxcast-Player +{ + .boxcast-well + { + display:flex; + justify-content: center; + align-items: center; + gap: 10px 10px; + min-height: 10px; + margin: 0; + + & > span, .boxcast-linkback + { + display:none; + } + + & > * + { + margin: 0; + } + } +} +.Boxcast-Playlist +{ + max-width: 550px; + margin: 30px auto; +} .Partition { margin: 10px 0 0 0; @@ -30,12 +57,18 @@ const StyledRoot = styled.div` font-weight: 900; font-family: sans-serif; letter-spacing: 0.1em; + text-transform: uppercase; &.Next { background: yellow; color: black; } + &.Soon + { + background: orange; + color: white; + } &.Live { background: limegreen; @@ -71,7 +104,7 @@ const StyledRoot = styled.div` } button[disabled] { - background: grey; + background: red; } } } @@ -192,7 +225,6 @@ const App = props => } , [ListGet]); - // on new video selected useEffect(()=> { @@ -212,7 +244,7 @@ const App = props => return html` <${StyledRoot}> -
+