From 0548c1f5d2fd705df21dce4d9dda7a747bb1cad6 Mon Sep 17 00:00:00 2001 From: awesomerobot Date: Tue, 6 May 2025 16:26:41 -0400 Subject: [PATCH] UX: show search input on narrow screens --- common/common.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/common.scss b/common/common.scss index f0d2d12..3fd970f 100644 --- a/common/common.scss +++ b/common/common.scss @@ -90,3 +90,8 @@ padding: 2.5em var(--d-wrap-padding-h) 3em; } } + +// fixes core style clash that hides the banner on narrow screens +.custom-search-banner .welcome-banner__wrap .search-menu { + display: flex; +}