From 638c7058d85fbd004cc15ecb48b557fcfa51d82e Mon Sep 17 00:00:00 2001 From: Jack Hickey <133868041+nginx-jack@users.noreply.github.com> Date: Thu, 29 May 2025 14:30:10 +0100 Subject: [PATCH] Redocly: Fix oldframe redocly width --- .gitignore | 1 + assets/css/f5-hugo.css | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 9c609be..d43ef99 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ resources/* .hugo_build.lock public/* exampleSite/public +exampleSite/hugo # Python .venv diff --git a/assets/css/f5-hugo.css b/assets/css/f5-hugo.css index b7f95bd..3f82f1e 100644 --- a/assets/css/f5-hugo.css +++ b/assets/css/f5-hugo.css @@ -793,6 +793,10 @@ redoc { overscroll-behavior-y: none; } +.nginx-docs-api-container { + width: 100%; +} + .nginx-docs-api-container button { border-color: inherit; box-shadow: none !important;