GetStream / stream-chat-flutter

Flutter Chat SDK - Build your own chat app experience using Dart, Flutter and the Stream Chat Messaging API.
https://getstream.io/chat/sdk/flutter/
Other
881 stars 314 forks source link

fix(ui): quoted message padding #1868

Closed AndreHaueisen closed 3 months ago

AndreHaueisen commented 4 months ago

Submit a pull request

CLA

Description of the pull request

StreamQuotedMessageWidget had no bottom padding, making quoted messages look weird. I removed line 1209 so that the default padding of 8 to all sides can take affect

Before

Simulator Screenshot - iPhone SE (3rd generation) - 2024-02-29 at 10 37 55

After

Simulator Screenshot - iPhone SE (3rd generation) - 2024-02-29 at 10 34 07

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 59.41%. Comparing base (2cf6d7f) to head (7464f17).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1868 +/- ## ======================================= Coverage 59.41% 59.41% ======================================= Files 310 310 Lines 17828 17828 ======================================= Hits 10592 10592 Misses 7236 7236 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.