diff --git a/src/app/components/BackupRestore.tsx b/src/app/components/BackupRestore.tsx index 068f437b..8b3732b1 100644 --- a/src/app/components/BackupRestore.tsx +++ b/src/app/components/BackupRestore.tsx @@ -203,12 +203,8 @@ export function BackupRestoreTile({ crypto }: BackupRestoreTileProps) { escapeDeactivates: stopPropagation, }} > - - + + ({ }} > - + {rules.map((rule) => ( - + - + {memberSortMenu.map((menuItem, index) => ( - + {membershipFilterMenu.map((menuItem, index) => ( - + {modes.map((mode) => ( - + } diff --git a/src/app/components/image-pack-view/UsageSwitcher.tsx b/src/app/components/image-pack-view/UsageSwitcher.tsx index 1a1eb432..1878beb4 100644 --- a/src/app/components/image-pack-view/UsageSwitcher.tsx +++ b/src/app/components/image-pack-view/UsageSwitcher.tsx @@ -33,7 +33,7 @@ export function UsageSelector({ selected, onChange }: UsageSelectorProps) { ); return ( - + {allUsages.map((usage) => ( ( ); export const ThreadIndicator = as<'div'>(({ ...props }, ref) => ( - - - Threaded reply + + + Thread )); @@ -97,7 +104,7 @@ export const Reply = as<'div', ReplyProps>( const bodyJSX = body ? scaleSystemEmoji(trimReplyFromBody(body)) : fallbackBody; return ( - + {threadRootId && ( )} diff --git a/src/app/components/power/PowerSelector.tsx b/src/app/components/power/PowerSelector.tsx index 2b3b48c3..9e7eb81b 100644 --- a/src/app/components/power/PowerSelector.tsx +++ b/src/app/components/power/PowerSelector.tsx @@ -16,13 +16,14 @@ export const PowerSelector = forwardRef( ref={ref} style={{ maxHeight: '75vh', - maxWidth: toRem(300), + maxWidth: toRem(200), + width: '100vw', display: 'flex', }} > -
+
{getPowers(powerLevelTags).map((power) => { const selected = value === power; const tag = powerLevelTags[power]; diff --git a/src/app/components/room-card/RoomCard.tsx b/src/app/components/room-card/RoomCard.tsx index 34a7e24b..8c65f2f3 100644 --- a/src/app/components/room-card/RoomCard.tsx +++ b/src/app/components/room-card/RoomCard.tsx @@ -273,7 +273,7 @@ export const RoomCard = as<'div', RoomCardProps>( variant="Secondary" size="300" disabled={joining} - before={joining && } + before={joining && } > {joining ? 'Joining' : 'Join'} diff --git a/src/app/features/common-settings/general/RoomHistoryVisibility.tsx b/src/app/features/common-settings/general/RoomHistoryVisibility.tsx index 7b329b13..c6313f11 100644 --- a/src/app/features/common-settings/general/RoomHistoryVisibility.tsx +++ b/src/app/features/common-settings/general/RoomHistoryVisibility.tsx @@ -119,7 +119,7 @@ export function RoomHistoryVisibility({ powerLevels }: RoomHistoryVisibilityProp escapeDeactivates: stopPropagation, }} > - + {visibilityMenu.map((visibility) => ( - + {permissionGroups.map((group, groupIndex) => ( {group.name} diff --git a/src/app/features/lobby/HierarchyItemMenu.tsx b/src/app/features/lobby/HierarchyItemMenu.tsx index f126e7cb..d13c9133 100644 --- a/src/app/features/lobby/HierarchyItemMenu.tsx +++ b/src/app/features/lobby/HierarchyItemMenu.tsx @@ -234,9 +234,9 @@ export function HierarchyItemMenu({ escapeDeactivates: stopPropagation, }} > - + {joined && ( - + {onTogglePin && ( )} {canEditChild && ( - + diff --git a/src/app/features/lobby/LobbyHeader.tsx b/src/app/features/lobby/LobbyHeader.tsx index bc4c46fe..08f0cc6a 100644 --- a/src/app/features/lobby/LobbyHeader.tsx +++ b/src/app/features/lobby/LobbyHeader.tsx @@ -60,8 +60,8 @@ const LobbyMenu = forwardRef( }; return ( - - + + ( - + {(promptLeave, setPromptLeave) => ( <> diff --git a/src/app/features/lobby/SpaceItem.tsx b/src/app/features/lobby/SpaceItem.tsx index 0a4d9de5..dca81b90 100644 --- a/src/app/features/lobby/SpaceItem.tsx +++ b/src/app/features/lobby/SpaceItem.tsx @@ -271,7 +271,7 @@ function AddRoomButton({ item }: { item: HierarchyItem }) { escapeDeactivates: stopPropagation, }} > - + - + Sort by - -
+
setOrder()} variant="Surface" @@ -291,7 +290,7 @@ function SelectRoomButton({ roomList, selectedRooms, onChange }: SelectRoomButto - + diff --git a/src/app/pages/client/home/Home.tsx b/src/app/pages/client/home/Home.tsx index af4164fd..ff26438d 100644 --- a/src/app/pages/client/home/Home.tsx +++ b/src/app/pages/client/home/Home.tsx @@ -75,8 +75,8 @@ const HomeMenu = forwardRef(({ requestClose }, re }; return ( - - + + (({ requestClose } }; return ( - - + + (({ requestClose }, re }; return ( - - + + ( }; return ( - - + + ( )} - + (({ room, requestClo }; return ( - - + + (({ room, requestClo - + (({ room, requestClo )} - + {(promptLeave, setPromptLeave) => ( <>