Skip to content

Commit 0b2a4ee

Browse files
committed
fix user icon positionings in VCs in collapsed sidebar view
1 parent 6da0cdf commit 0b2a4ee

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/app/pages/client/direct/Direct.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ export function Direct() {
338338
width: '100%',
339339
aspectRatio: 1,
340340
display: 'flex',
341+
flexDirection: 'column',
341342
}
342343
: {}
343344
}

src/app/pages/client/home/Home.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ export function Home() {
427427
width: '100%',
428428
aspectRatio: 1,
429429
display: 'flex',
430+
flexDirection: 'column',
430431
}
431432
: {}
432433
}

src/app/pages/client/space/Space.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,9 @@ function SpaceHeader({ hideText, mx }: { hideText?: boolean; mx: MatrixClient })
394394
setCurWidth={setCurHeight}
395395
sidebarWidth={roomBannerHeight}
396396
setSidebarWidth={setRoomBannerHeight}
397-
instep={56}
397+
instep={50}
398398
outstep={66}
399-
minValue={56}
399+
minValue={50}
400400
maxValue={500}
401401
topSided
402402
/>
@@ -1020,6 +1020,7 @@ export function Space() {
10201020
width: '100%',
10211021
aspectRatio: 1,
10221022
display: 'flex',
1023+
flexDirection: 'column',
10231024
}
10241025
: { paddingLeft }
10251026
}

0 commit comments

Comments
 (0)