From 86dbe42ff390b6002a80a420f052443d905ed2fe Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:35:52 +0200 Subject: [PATCH] fix: cap left-hand sidebar to 300px max-width (#19870) Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- hugo_stats.json | 3 +-- layouts/_default/baseof.html | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/hugo_stats.json b/hugo_stats.json index 9a8f91ff41..bed482919f 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -274,8 +274,6 @@ "lg:grid-cols-3", "lg:grid-cols-main-lg", "lg:hidden", - "lg:max-w-[300px]", - "lg:ml-auto", "lg:no-underline", "lg:pb-2", "lg:scale-100", @@ -288,6 +286,7 @@ "max-h-full", "max-w-56", "max-w-[1400px]", + "max-w-[300px]", "max-w-[840px]", "max-w-full", "max-w-none", diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 243ea2a0a3..c422ef2d9b 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -25,9 +25,9 @@ $store.showSidebar = false; " > -