Merge branch 'fix-margin' of https://github.com/quiple/social-app into quiple-fix-margin
commit
8a59e5310e
|
@ -289,7 +289,7 @@ let FeedItemInner = ({
|
||||||
type="md"
|
type="md"
|
||||||
did={replyAuthorDid}
|
did={replyAuthorDid}
|
||||||
attr="displayName"
|
attr="displayName"
|
||||||
style={[pal.textLight, s.ml2]}
|
style={[pal.textLight]}
|
||||||
/>
|
/>
|
||||||
</Trans>
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
|
|
|
@ -61,7 +61,7 @@ export function ListsScreen({}: Props) {
|
||||||
<Trans>Public, shareable lists which can drive feeds.</Trans>
|
<Trans>Public, shareable lists which can drive feeds.</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
<View>
|
<View style={[{marginLeft: 18}, isMobile && {marginLeft: 12}]}>
|
||||||
<Button
|
<Button
|
||||||
testID="newUserListBtn"
|
testID="newUserListBtn"
|
||||||
type="default"
|
type="default"
|
||||||
|
|
|
@ -63,7 +63,7 @@ export function ModerationModlistsScreen({}: Props) {
|
||||||
</Trans>
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
<View>
|
<View style={[{marginLeft: 18}, isMobile && {marginLeft: 12}]}>
|
||||||
<Button
|
<Button
|
||||||
testID="newModListBtn"
|
testID="newModListBtn"
|
||||||
type="default"
|
type="default"
|
||||||
|
|
|
@ -446,7 +446,7 @@ const styles = StyleSheet.create({
|
||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
top: 10,
|
top: 10,
|
||||||
// @ts-ignore web only
|
// @ts-ignore web only
|
||||||
left: 'calc(50vw - 300px - 220px - 20px)',
|
left: 'calc(50vw - 300px - 220px - 10px)',
|
||||||
width: 220,
|
width: 220,
|
||||||
// @ts-ignore web only
|
// @ts-ignore web only
|
||||||
maxHeight: 'calc(100vh - 10px)',
|
maxHeight: 'calc(100vh - 10px)',
|
||||||
|
|
Loading…
Reference in New Issue