Skip to content

Commit 38d6069

Browse files
committed
(fix): layout bug with not taking up full width when not right sidebar
1 parent c9d0277 commit 38d6069

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/polycentric/src/common/components/layout

apps/polycentric/src/common/components/layout/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function Main({ children, style }: MainProps) {
6060
<View
6161
style={[
6262
Atoms.flex_1,
63-
showRightSidebar && Atoms.flex_row,
63+
Atoms.flex_row,
6464
Atoms.justify_between,
6565
{ width: innerWidth },
6666
]}

0 commit comments

Comments
 (0)