feat(notifications/native): some UI arrangements for smaller devices (#14896)

* feat(notifications): fixed styles on smaller devices
pull/14901/head jitsi-meet_9613
Calinteodor 11 months ago committed by GitHub
parent 7fbf47c6f3
commit 4e727e9093
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      react/features/conference/components/native/styles.ts
  2. 7
      react/features/notifications/components/native/styles.ts

@ -44,7 +44,7 @@ export default {
},
displayNameContainer: {
margin: 10
margin: BaseTheme.spacing[3]
},
/**

@ -14,10 +14,9 @@ const notification = {
display: 'flex',
flexDirection: 'row',
height: 'auto',
paddingBottom: BaseTheme.spacing[2],
paddingHorizontal: BaseTheme.spacing[2],
maxWidth: 432,
width: 'auto'
marginVertical: BaseTheme.spacing[1],
maxWidth: 416,
width: '100%'
};
/**

Loading…
Cancel
Save