From cd3c4cd991955b73fb8c9f426596dce83d2c9dcc Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 16 Mar 2023 15:36:01 -0700 Subject: [PATCH] styles: Extend help sidebar heading links like list links. Signed-off-by: Anders Kaseorg --- web/styles/portico/portico.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/styles/portico/portico.css b/web/styles/portico/portico.css index 0cc550e972..53cf542725 100644 --- a/web/styles/portico/portico.css +++ b/web/styles/portico/portico.css @@ -167,6 +167,12 @@ html { & a { color: inherit; display: block; + + /* Extend to entire width of sidebar, not just link area */ + margin-left: calc(0px - var(--help-sidebar-padding)); + margin-right: calc(0px - var(--help-sidebar-padding)); + padding-left: calc(var(--help-sidebar-padding)); + padding-right: calc(var(--help-sidebar-padding)); } }