From e45c3fd48b1fcf7ae8cdaf7694d8b6df5f9d2836 Mon Sep 17 00:00:00 2001 From: Jesus Date: Sat, 8 Mar 2025 16:38:31 -0500 Subject: Add styles error in player --- youtube/static/watch.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'youtube/static/watch.css') diff --git a/youtube/static/watch.css b/youtube/static/watch.css index 460bba3..c0bdec6 100644 --- a/youtube/static/watch.css +++ b/youtube/static/watch.css @@ -128,6 +128,29 @@ header { background-color: var(--buttom-hover); } +.live-url-choices { + background-color: var(--thumb-background); + margin: 1rem 0; + padding: 1rem; +} + +.playability-error { + position: relative; + box-sizing: border-box; + height: 30vh; + margin: 1rem 0; +} + +.playability-error > span { + display: flex; + background-color: var(--thumb-background); + height: 100%; + object-fit: cover; + justify-content: center; + align-items: center; + text-align: center; +} + .playlist { display: grid; grid-gap: 4px; @@ -622,6 +645,9 @@ figure.sc-video { max-height: 80vh; overflow-y: scroll; } + .playability-error { + height: 60vh; + } .playlist { display: grid; grid-gap: 1px; -- cgit v1.2.3