From 690ff0497f35665f81e027bb2a8244f7cb09c369 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 16 Jun 2025 19:16:45 +0300 Subject: [PATCH] more alfing --- src/view/shell/bottom-bar/BottomBarWeb.tsx | 29 +++++++++++----------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/src/view/shell/bottom-bar/BottomBarWeb.tsx b/src/view/shell/bottom-bar/BottomBarWeb.tsx index 1a0cb1bc78..8ba8022df5 100644 --- a/src/view/shell/bottom-bar/BottomBarWeb.tsx +++ b/src/view/shell/bottom-bar/BottomBarWeb.tsx @@ -199,21 +199,22 @@ export function BottomBarWeb() { ) : ( <> - + style={[ + a.w_full, + a.flex_row, + a.align_center, + a.justify_between, + a.gap_sm, + { + paddingTop: 14, + paddingBottom: 14, + paddingLeft: 14, + paddingRight: 6, + }, + ]}> + - +