Fix autocomplete avatar alignment (#1414)
parent
44a00e1b7e
commit
adc5b75b2b
|
@ -93,7 +93,7 @@ export const Autocomplete = observer(function AutocompleteImpl({
|
||||||
|
|
||||||
const styles = StyleSheet.create({
|
const styles = StyleSheet.create({
|
||||||
container: {
|
container: {
|
||||||
marginLeft: -54,
|
marginLeft: -50, // Composer avatar width
|
||||||
top: 10,
|
top: 10,
|
||||||
borderTopWidth: 1,
|
borderTopWidth: 1,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue