From 53da684d6a83a7e9839f0fac1887f02101952b29 Mon Sep 17 00:00:00 2001 From: Scenery <1507337624@qq.com> Date: Sun, 18 Feb 2024 17:55:08 +0800 Subject: [PATCH] feat: update menu widget padding --- apps/builder/src/widgetLibrary/MenuWidget/style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/builder/src/widgetLibrary/MenuWidget/style.ts b/apps/builder/src/widgetLibrary/MenuWidget/style.ts index b4501334a0..07e9fa4621 100644 --- a/apps/builder/src/widgetLibrary/MenuWidget/style.ts +++ b/apps/builder/src/widgetLibrary/MenuWidget/style.ts @@ -6,7 +6,7 @@ export function applyMenuBrandContainerStyle(mode: MenuMode): SerializedStyles { display: inline-flex; flex-direction: row; align-items: center; - padding: ${mode === "horizontal" ? "0px" : "16px"} 24px; + padding: ${mode === "horizontal" ? "0px" : "16px"} 16px; padding-bottom: ${mode === "horizontal" ? "0px" : "8px"}; margin-right: ${mode === "horizontal" ? "16px" : "0px"}; `