# HG changeset patch # User drewp@bigasterisk.com # Date 1681597212 25200 # Node ID e60be5d74c07a4c282c283dcfb1287882b97a156 # Parent a05f57be296d5c8eadadf7ace0bacefe6f3edf23 css edits and ingest link diff -r a05f57be296d -r e60be5d74c07 src/VideoPage.ts --- a/src/VideoPage.ts Sat Apr 15 15:19:55 2023 -0700 +++ b/src/VideoPage.ts Sat Apr 15 15:20:12 2023 -0700 @@ -55,6 +55,9 @@ css` a { color: white; + + } + .listing a { font-size: 20px; text-transform: uppercase; text-underline-offset: 10px; @@ -95,10 +98,15 @@ return html`
${this.pathSegs.map((seg) => html`${seg.label}`)}
+
${this.subdirs.map((s) => html`
${s.label}
`)} ${this.videos.map( (v) => html`` )} +
+

Add new videos...

+ +
`;