From 6cdb2258e2200ff45a66c2c87c6605c796600621 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sun, 22 Dec 2024 20:46:51 -0500 Subject: tinker --- local.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'local.css') diff --git a/local.css b/local.css index 1240fe8f..56834706 100644 --- a/local.css +++ b/local.css @@ -132,3 +132,8 @@ svg a.highlight rect { stroke-width: 3px } a.highlight { background-color: yellow } .transcript-heading { font-weight: bold } + +.transcript .sticky-video { display: none } +@media only screen and (min-width: 64.063em) { + .transcript .sticky-video { position: sticky; top: 0 } +} -- cgit v1.2.3