Skip to content

Commit

Permalink
Width fies for proposal and p2pSwap message types
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-jukic committed Jan 20, 2025
1 parent a60c885 commit 71bdea1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions frontend/app/src/components/home/ChatMessage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -924,13 +924,19 @@
max-width: var(--max-width);
min-width: 90px;
&.p2pSwap {
width: 350px;
}
&.proposal {
max-width: 800px;
width: 100%;
}
&.proposal,
&.p2pSwap {
width: 350px;
.message-bubble {
width: 100%;
}
}
}
Expand Down

0 comments on commit 71bdea1

Please sign in to comment.