From 0ad71bd5793acf8f98b9843d8d8f18e3ec134afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BE=D0=B2=D0=B8=D1=87=20=D0=92=D0=B8?= =?UTF-8?q?=D0=BE=D0=BB=D0=B5=D1=82=D1=82=D0=B0=20=D0=98=D0=B3=D0=BE=D1=80?= =?UTF-8?q?=D0=B5=D0=B2=D0=BD=D0=B0?= Date: Fri, 19 Dec 2025 14:27:25 +0000 Subject: [PATCH] =?UTF-8?q?VEGA-4928=20=D0=98=D1=81=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D1=82=D0=BE=D0=B1?= =?UTF-8?q?=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BA=D0=BE=D0=BD?= =?UTF-8?q?=D1=82=D0=B5=D0=BD=D1=82=D0=B0=20details=20=D0=B8=20=D1=80?= =?UTF-8?q?=D0=B0=D0=B7=D0=BC=D0=B5=D1=80=20=D1=88=D1=80=D0=B8=D1=84=D1=82?= =?UTF-8?q?=D0=B0=20=D0=B2=20=D1=81=D0=BE=D0=B4=D0=B5=D1=80=D0=B6=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- .../scss/components/vp-custom-block.scss | 28 ++++++++++++++++++- .../theme/scss/components/vp-doc-aside.scss | 9 +++--- 3 files changed, 33 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ec4c148..3790e4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.6.4-search3", + "version": "0.6.4-content", "description": "Beeline Cloud docs", "main": "index.js", "scripts": { diff --git a/src/.vitepress/theme/scss/components/vp-custom-block.scss b/src/.vitepress/theme/scss/components/vp-custom-block.scss index efce54e..715127b 100644 --- a/src/.vitepress/theme/scss/components/vp-custom-block.scss +++ b/src/.vitepress/theme/scss/components/vp-custom-block.scss @@ -273,9 +273,35 @@ } } +.custom-block.details { + h1, h2, h3, h4, h5, ul, p { + margin: 0 24px; + + &:last-child { + margin-bottom: 24px !important; + } + + &:first-child { + margin-top: 24px !important; + } + } + + ol { + padding: 0 24px; + + &:last-child { + margin-bottom: 24px !important; + } + + &:first-child { + margin-top: 24px !important; + } + } +} + .custom-block.details summary + p { - margin: 0; padding: 24px; + margin: 0; } .custom-block a { diff --git a/src/.vitepress/theme/scss/components/vp-doc-aside.scss b/src/.vitepress/theme/scss/components/vp-doc-aside.scss index e4fc506..6d2dadb 100644 --- a/src/.vitepress/theme/scss/components/vp-doc-aside.scss +++ b/src/.vitepress/theme/scss/components/vp-doc-aside.scss @@ -4,8 +4,8 @@ .VPDocAside { .outline-link { font-weight: 400; - font-size: 17px; - line-height: 22px; + font-size: 15px; + line-height: 18px; letter-spacing: 0.2px; padding-top: 8px; padding-bottom: 8px; @@ -19,10 +19,11 @@ } .outline-title { - font-size: 17px; + font-size: 15px; font-weight: 500; - line-height: 22px; + line-height: 18px; padding-bottom: 16px; + color: colors.$color-text-black-active; } .content {