aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-05-31 04:12:16 +0800
committerJesús <heckyel@hyperbola.info>2022-05-31 04:12:16 +0800
commit6c29802eb7d10d9462f39c54e7dd86e01ada91ac (patch)
tree42923b300ae4b43901bfd91e005ccd7b8104f2f1 /youtube/static
parent6225dd085e85b13dbcae48ccf6e254891c093e8f (diff)
downloadyt-local-6c29802eb7d10d9462f39c54e7dd86e01ada91ac.tar.lz
yt-local-6c29802eb7d10d9462f39c54e7dd86e01ada91ac.tar.xz
yt-local-6c29802eb7d10d9462f39c54e7dd86e01ada91ac.zip
fix figure tag of sc-video
Diffstat (limited to 'youtube/static')
-rw-r--r--youtube/static/watch.css3
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;