Skip to content

Commit

Permalink
Merge pull request #7 from kk14569/main
Browse files Browse the repository at this point in the history
fix interface display problem: border-radius
  • Loading branch information
neoncube2 authored Sep 15, 2024
2 parents 65ed6e3 + 29f4cf8 commit 2bb029f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion resources/less/extension.less
Original file line number Diff line number Diff line change
Expand Up @@ -562,4 +562,7 @@
background: transparent !important;
}
}
}
}
.ConversationsList .chat .chat-message {
border-radius: 0 0 @border-radius 0;
}

0 comments on commit 2bb029f

Please sign in to comment.