From 6c29802eb7d10d9462f39c54e7dd86e01ada91ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 31 May 2022 04:12:16 +0800 Subject: fix figure tag of sc-video --- youtube/static/watch.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'youtube') 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; -- cgit v1.2.3