feito fork de vergnet/application-amicale
Added top padding in the availableRooms screen in landscape
Esse commit está contido em:
pai
9503c781ca
commit
15107a6adc
1 arquivos alterados com 5 adições e 0 exclusões
|
|
@ -198,6 +198,11 @@ export default class WebViewScreen extends React.Component<Props, State> {
|
|||
elevation: 0, // Fix for android shadow
|
||||
}}
|
||||
locked={true}
|
||||
style = {{
|
||||
paddingTop: this.state.isLandscape ? 20 : 0,
|
||||
backgroundColor: ThemeManager.getCurrentThemeVariables().brandPrimary
|
||||
}}
|
||||
|
||||
>
|
||||
{this.getTabbedWebview()}
|
||||
</Tabs>}
|
||||
|
|
|
|||
Carregando…
Referência em uma nova issue