Tweak rendering of top headers so they always appear even during load (#4982)
Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
parent
8651f31ebb
commit
8cddce5f30
12 changed files with 120 additions and 130 deletions
|
|
@ -47,7 +47,7 @@ export const CenteredView = React.forwardRef(function CenteredView(
|
|||
if (!isMobile) {
|
||||
style = addStyle(style, styles.container)
|
||||
}
|
||||
if (sideBorders) {
|
||||
if (sideBorders && !isMobile) {
|
||||
style = addStyle(style, {
|
||||
borderLeftWidth: StyleSheet.hairlineWidth,
|
||||
borderRightWidth: StyleSheet.hairlineWidth,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue