1
0
mirror of https://github.com/tooot-app/app synced 2025-01-22 23:00:16 +01:00

Fix reply card for using the full width

This commit is contained in:
xmflsct 2022-12-11 12:16:12 +01:00
parent c18089bf8a
commit acca2683af

View File

@ -69,6 +69,7 @@ const TimelineDefault: React.FC<Props> = ({
}
const mainStyle: StyleProp<ViewStyle> = {
flex: 1,
padding: StyleConstants.Spacing.Global.PagePadding,
backgroundColor: colors.backgroundDefault,
paddingBottom: disableDetails ? StyleConstants.Spacing.Global.PagePadding : 0