summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--local.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/local.css b/local.css
index 56834706..d2abba3b 100644
--- a/local.css
+++ b/local.css
@@ -135,5 +135,12 @@ a.highlight { background-color: yellow }
.transcript .sticky-video { display: none }
@media only screen and (min-width: 64.063em) {
- .transcript .sticky-video { position: sticky; top: 0 }
+ .transcript .sticky-video {
+ position: sticky;
+ top: 0;
+ display: block;
+ margin-left: calc(47vw + 30rem);
+ width: calc(45vw - 30rem);
+ float: left;
+ }
}