1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Search is done

This commit is contained in:
Zhiyuan Zheng
2020-12-19 01:57:57 +01:00
parent 7491478176
commit 54799aabb8
13 changed files with 250 additions and 109 deletions

View File

@ -19,7 +19,7 @@ const ComposeReply: React.FC = () => {
const contentWidth =
Dimensions.get('window').width -
StyleConstants.Spacing.Global.PagePadding * 2 - // Global page padding on both sides
StyleConstants.Avatar.S - // Avatar width
StyleConstants.Avatar.M - // Avatar width
StyleConstants.Spacing.S // Avatar margin to the right
return (