From 2cdcadf1c6d83ec8e513714e17d2263fc42ed7d2 Mon Sep 17 00:00:00 2001 From: Shubham Padia Date: Tue, 15 Jul 2025 06:17:16 +0000 Subject: [PATCH] help-beta: Remove border after the title. --- help-beta/src/styles/main.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/help-beta/src/styles/main.css b/help-beta/src/styles/main.css index c33126bedb..35111a2a39 100644 --- a/help-beta/src/styles/main.css +++ b/help-beta/src/styles/main.css @@ -16,6 +16,18 @@ cursor: default; } +/* Eliminate the border inserted between the title and the rest of + the content. */ +.content-panel + .content-panel { + border-top: 0; +} + +/* Decrease padding for the content panel from 1.5rem to 1rem since + the padding looked too big after removing the content panel border. */ +.content-panel { + padding: 1rem var(--sl-content-pad-x); +} + .sl-markdown-content { img { vertical-align: top;