diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-12-22 20:46:51 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-12-22 20:46:51 -0500 |
commit | 6cdb2258e2200ff45a66c2c87c6605c796600621 (patch) | |
tree | 0247ca6dde1c59ab69920f54b15a9dbd0fb53180 /local.css | |
parent | f4194e0e4264e40a0318b5216e071ba6c6ef45f2 (diff) | |
download | emacsconf-wiki-6cdb2258e2200ff45a66c2c87c6605c796600621.tar.xz emacsconf-wiki-6cdb2258e2200ff45a66c2c87c6605c796600621.zip |
tinker
Diffstat (limited to '')
-rw-r--r-- | local.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 } +} |