fix(rn,conference) remove no longer needed margin
We are using a safe area view now.
This commit is contained in:
parent
effa878fa4
commit
57ecdff9eb
|
@ -135,11 +135,7 @@ export default {
|
|||
left: 0,
|
||||
position: 'absolute',
|
||||
right: 0,
|
||||
|
||||
// Both on Android and iOS there is the status bar which may be visible.
|
||||
// On iPhone X there is the notch. In the two cases BoxModel.margin is
|
||||
// not enough.
|
||||
top: BoxModel.margin * 3
|
||||
top: 0
|
||||
},
|
||||
|
||||
insecureRoomNameLabel: {
|
||||
|
|
Loading…
Reference in New Issue