diff options
author | Miguel Ángel Moreno <mail@migalmoreno.com> | 2023-10-28 21:59:23 +0200 |
---|---|---|
committer | Miguel Ángel Moreno <mail@migalmoreno.com> | 2023-10-28 21:59:23 +0200 |
commit | 679d70f1b2f006f1f3c3c6d1a4fb328362bb445d (patch) | |
tree | e24447ba785dbb940363a77efd6daf1b0db5a880 /resources | |
parent | 568d3d8e81a62a74e5ef7a645fd1f3c06480e6db (diff) |
feat(frontend): refine stream page styles
Diffstat (limited to 'resources')
-rw-r--r-- | resources/src/css/tubo.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/src/css/tubo.scss b/resources/src/css/tubo.scss index 9119144..5d795f8 100644 --- a/resources/src/css/tubo.scss +++ b/resources/src/css/tubo.scss @@ -8,3 +8,11 @@ @import "tailwindcss/components"; @import "tailwindcss/utilities"; @import "video.js/dist/video-js.css"; + +video[poster] { + object-fit: cover; +} +.vjs-poster { + background-size: cover !important; + background-position: inherit; +} |