diff options
author | Jesús <heckyel@hyperbola.info> | 2022-05-31 04:12:16 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-05-31 04:12:16 +0800 |
commit | 6c29802eb7d10d9462f39c54e7dd86e01ada91ac (patch) | |
tree | 42923b300ae4b43901bfd91e005ccd7b8104f2f1 | |
parent | 6225dd085e85b13dbcae48ccf6e254891c093e8f (diff) | |
download | yt-local-6c29802eb7d10d9462f39c54e7dd86e01ada91ac.tar.lz yt-local-6c29802eb7d10d9462f39c54e7dd86e01ada91ac.tar.xz yt-local-6c29802eb7d10d9462f39c54e7dd86e01ada91ac.zip |
fix figure tag of sc-video
-rw-r--r-- | youtube/static/watch.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube/static/watch.css b/youtube/static/watch.css index 489a4eb..51ecacd 100644 --- a/youtube/static/watch.css +++ b/youtube/static/watch.css @@ -238,6 +238,9 @@ label[for=options-toggle-cbox] { "sc-video" "sc-info"; } +figure.sc-video { + margin: 1rem 0px; +} .sc-video { grid-area: sc-video; } .sc-info { display: grid; |