fix: emoji overflow and admin login cursor alignment

This commit is contained in:
2026-06-11 15:14:59 +02:00
parent a25331b439
commit a382df71b5
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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: {
+1
View File
@@ -699,6 +699,7 @@ const styles = StyleSheet.create({
justifyContent: 'center',
alignItems: 'center',
backgroundColor: THEME.colors.background,
overflow: 'hidden',
},
controlPanel: {
flex: 0.8,