fix: emoji overflow and admin login cursor alignment
This commit is contained in:
@@ -960,7 +960,7 @@ const styles = StyleSheet.create({
|
||||
color: THEME.colors.text,
|
||||
paddingHorizontal: THEME.spacing.md,
|
||||
fontSize: 16,
|
||||
textAlign: 'center',
|
||||
textAlign: 'left',
|
||||
marginBottom: THEME.spacing.sm,
|
||||
},
|
||||
error: {
|
||||
|
||||
@@ -699,6 +699,7 @@ const styles = StyleSheet.create({
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
backgroundColor: THEME.colors.background,
|
||||
overflow: 'hidden',
|
||||
},
|
||||
controlPanel: {
|
||||
flex: 0.8,
|
||||
|
||||
Reference in New Issue
Block a user