Skip to content

Commit b64060e

Browse files
feat: fixes
1 parent 924e50a commit b64060e

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/release-ios.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Build and Release iOS
22

33
on:
4-
workflow_run:
5-
workflows: ["Build and Release Android"]
6-
types:
7-
- completed
4+
push:
5+
branches:
6+
- main
87

98
permissions:
109
contents: write

src/components/ChatMessage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,6 @@ const createStyles = (colors: ThemeColors, _shadows: ThemeShadows) => ({
799799
borderRadius: 8,
800800
marginBottom: 8,
801801
overflow: 'hidden' as const,
802-
minWidth: 260,
803802
},
804803
thinkingHeader: {
805804
flexDirection: 'row' as const,

0 commit comments

Comments
 (0)