From 710a5d5f8ed985ff1ffb61a6e120fe57fcfebdfa Mon Sep 17 00:00:00 2001 From: Prisma Date: Tue, 2 Apr 2024 10:53:17 +0100 Subject: [PATCH] update top position of arrow for collapsible box --- src/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/custom.css b/src/css/custom.css index 0c27358e04..882755edae 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -1242,4 +1242,8 @@ article h6 { border-radius: 8px; height: 4rem !important; width: 4rem !important; +} + +.details_node_modules-\@docusaurus-theme-common-lib-components-Details-styles-module > summary::before { + top: 0.28rem !important; } \ No newline at end of file