diff --git a/app/client/mobile/src/settings/Settings.styled.ts b/app/client/mobile/src/settings/Settings.styled.ts index 296252ee..e40bd107 100644 --- a/app/client/mobile/src/settings/Settings.styled.ts +++ b/app/client/mobile/src/settings/Settings.styled.ts @@ -342,9 +342,12 @@ export const styles = StyleSheet.create({ width: '100%', borderRadius: 4, }, - blockedSurface: { + blockedContent: { width: '80%', maxWidth: 500, + }, + blockedSurface: { + width: '100%', borderRadius: 8, paddingLeft: 16, paddingRight: 16, diff --git a/app/client/mobile/src/settings/Settings.tsx b/app/client/mobile/src/settings/Settings.tsx index 57bad9f3..b5cf57c0 100644 --- a/app/client/mobile/src/settings/Settings.tsx +++ b/app/client/mobile/src/settings/Settings.tsx @@ -787,7 +787,7 @@ export function Settings({showLogout}: {showLogout: boolean}) { /> {!sealConfig && ( - + setBlockedMessage(false)}> - + { state.strings.blockedMessages } @@ -1175,7 +1175,7 @@ export function Settings({showLogout}: {showLogout: boolean}) { setBlockedChannel(false)}> - + { state.strings.blockedTopics } @@ -1208,7 +1208,7 @@ export function Settings({showLogout}: {showLogout: boolean}) { setBlockedContact(false)}> - + { state.strings.blockedContacts }