Browse Source

Fix clicking by name in floating bubble

master
morethanwords 3 years ago
parent
commit
69012a40b2
  1. 4
      .env
  2. 2
      src/scss/partials/_chatBubble.scss

4
.env

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
API_ID=1025907
API_HASH=452b0359b988148995f22ff0f4229750
VERSION=0.9.1
VERSION_FULL=0.9.1 (30)
BUILD=30
VERSION_FULL=0.9.1 (31)
BUILD=31

2
src/scss/partials/_chatBubble.scss

@ -1078,7 +1078,7 @@ $bubble-beside-button-width: 38px; @@ -1078,7 +1078,7 @@ $bubble-beside-button-width: 38px;
.peer-title {
font-weight: 400 !important;
pointer-events: none;
// pointer-events: none;
}
}

Loading…
Cancel
Save