From b695a68bef228f2d1fb41a95c2ef7eeeb1efac0c Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 5 Sep 2024 16:43:25 +0800 Subject: [PATCH] style: update video preview style. --- src/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 91b4492..3645188 100644 --- a/src/index.ts +++ b/src/index.ts @@ -568,7 +568,9 @@ markdown-style sup>a::before { markdown-style sup>a::after { content: "]"; } - +markdown-style .octicon-video .octicon.octicon-device-camera-video { + margin: 0 0.5rem 0 0.25rem; +} markdown-body .octicon-video { border: 1px solid var(--color-border-default) !important; border-radius: 6px !important;