Mercurial > code > home > repos > video
diff src/VideoPage.ts @ 22:ff73b95fc72f
frontend cleanups and improvements. this commit contains some future work too
author | drewp@bigasterisk.com |
---|---|
date | Mon, 17 Apr 2023 13:33:05 -0700 |
parents | b73941c4dc0a |
children | 1a9a8af1aa19 |
line wrap: on
line diff
--- a/src/VideoPage.ts Mon Apr 17 00:43:37 2023 -0700 +++ b/src/VideoPage.ts Mon Apr 17 13:33:05 2023 -0700 @@ -1,11 +1,9 @@ -import { LitElement, html, css, CSSResult, unsafeCSS } from "lit"; +import { LitElement, css, html, unsafeCSS } from "lit"; import { customElement, property } from "lit/decorators.js"; -import { PagePlayer } from "./PagePlayer"; +import { PagePlayer, ShakaVideoElement } from "./PagePlayer"; +import maincss from "./main.css?inline"; +export { PagePlayer } from "./PagePlayer"; export { VideoSection } from "./VideoSection"; -export { PagePlayer } from "./PagePlayer"; -import { ShakaVideoElement } from "./PagePlayer"; - -import maincss from "./main.css?inline"; interface VideoFile { @@ -76,7 +74,7 @@ border-bottom-right-radius: 29px; } #scrim { - position: absolute; + position: fixed; background: #000000b5; inset: 0; display: none;