Skip to content

Commit

Permalink
chore: reduce clickable area of avatar circle
Browse files Browse the repository at this point in the history
  • Loading branch information
vimercati-samir committed Feb 8, 2022
1 parent 0e3c46e commit 41b10b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/views/chat/group/Group.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="is-group">
<span v-on:click="showQuickProfile">
<span class="wrapper-circle" v-on:click="showQuickProfile">
<UiCircle
:type="src ? 'image' :'random'"
:seed="address"
Expand Down
5 changes: 4 additions & 1 deletion components/views/chat/group/Group.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
font-weight: bold;
cursor: pointer;
}
.circle {

.wrapper-circle {
margin-top: 0.3rem;
cursor: pointer;
height: 35px;
}

.group-body {
.group-heading {
.is-text {
Expand Down

0 comments on commit 41b10b0

Please sign in to comment.