From be0f9fae855e14ffc4e7543dc0d5e798f49340bc Mon Sep 17 00:00:00 2001 From: "chenyuanbao@baidu.com" Date: Thu, 27 Jul 2023 14:51:02 +0800 Subject: [PATCH] fix(style): arrow --- src/assets/css/theme/vuepress-markdown.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/assets/css/theme/vuepress-markdown.css b/src/assets/css/theme/vuepress-markdown.css index ab2bbf8d..b3b0920f 100644 --- a/src/assets/css/theme/vuepress-markdown.css +++ b/src/assets/css/theme/vuepress-markdown.css @@ -275,7 +275,11 @@ .vuepress-markdown-body div[class~='v-md-pre-wrapper-php']::before { content: 'php'; } -.vuepress-markdown-body .arrow { +.vuepress-markdown-body +.arrow.up, +.arrow.down, +.arrow.left, +.arrow.right { display: inline-block; width: 0; height: 0;