mirror of
https://github.com/tooot-app/app
synced 2025-05-19 04:54:21 +02:00
Fix reply card for using the full width
This commit is contained in:
parent
c18089bf8a
commit
acca2683af
@ -69,6 +69,7 @@ const TimelineDefault: React.FC<Props> = ({
|
|||||||
}
|
}
|
||||||
|
|
||||||
const mainStyle: StyleProp<ViewStyle> = {
|
const mainStyle: StyleProp<ViewStyle> = {
|
||||||
|
flex: 1,
|
||||||
padding: StyleConstants.Spacing.Global.PagePadding,
|
padding: StyleConstants.Spacing.Global.PagePadding,
|
||||||
backgroundColor: colors.backgroundDefault,
|
backgroundColor: colors.backgroundDefault,
|
||||||
paddingBottom: disableDetails ? StyleConstants.Spacing.Global.PagePadding : 0
|
paddingBottom: disableDetails ? StyleConstants.Spacing.Global.PagePadding : 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user