From 39b5e10949477ce1dbfc9e44b74bd789ddde5b1d Mon Sep 17 00:00:00 2001 From: botre Date: Fri, 8 May 2026 14:47:25 +0200 Subject: [PATCH] Revert search bar width override Drop the 240px width override on the navbar search button. The default VitePress sizing is fine and avoids fighting the framework's responsive layout. --- docs/.vitepress/theme/style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index 895c862..8390549 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -7,9 +7,3 @@ --vp-sidebar-width: 360px; } } - -@media (min-width: 768px) { - .VPNavBarSearch .DocSearch-Button { - width: 240px; - } -}