Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Jan 13, 2024
1 parent a81571f commit c276dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/ChatView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ export default {
position: relative
}
.message-pane-mobile {
align-items: unset;
align-items: unset; // needed for the correct displaying pinned message
}
.new-fab {
Expand Down

0 comments on commit c276dc1

Please sign in to comment.