Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
FIX: CoolPicker width
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfaveri committed Jun 19, 2019
1 parent 770604e commit 8366348
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
1 change: 1 addition & 0 deletions components/chat-box/chat-box.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
recentEmojiStorageName="recent-emojis"
:skinsSelection="true"
:appendToBody="true"
:pickerWidth="495"
@emojiUnicodeAdded="selectEmoji"></coolpicker>
</el-col>
<el-col :span="20" class="mt1">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@nuxtjs/axios": "^5.5.4",
"cool-emoji-picker": "^3.0.1",
"cool-emoji-picker": "^3.1.0",
"cross-env": "^5.2.0",
"element-ui": "^2.9.1",
"express": "^4.17.1",
Expand Down
14 changes: 4 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2351,14 +2351,13 @@ cookie@^0.3.1:
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb"
integrity sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=

cool-emoji-picker@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/cool-emoji-picker/-/cool-emoji-picker-3.0.1.tgz#30bde92d7037d0f1afefec32aa75c20e2b32731a"
integrity sha512-24W6/9pafT7IU1HmSItsocpXZuZSMQXRlxno11euYLxP/DMXbsmpWsiDRzMuEXT24C4QzhS2GDcDgE7jknjU2Q==
cool-emoji-picker@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/cool-emoji-picker/-/cool-emoji-picker-3.1.0.tgz#a2b07d33ae615016dcb2fe09fc20548c20fd0c82"
integrity sha512-eBJsYutKjfJfYljnWym+LWfEnt261R9z5FYWN1FeHBRwrODFv9K22wMWo8B0SFdbB+rJK2qxsdVBR3I60yMhbQ==
dependencies:
twemoji "^12.0.4"
v-tooltip "^2.0.2"
vue-dragscroll "^1.8.3"

copy-concurrently@^1.0.0:
version "1.0.5"
Expand Down Expand Up @@ -8258,11 +8257,6 @@ [email protected]:
dependencies:
indexof "0.0.1"

vue-dragscroll@^1.8.3:
version "1.8.3"
resolved "https://registry.yarnpkg.com/vue-dragscroll/-/vue-dragscroll-1.8.3.tgz#ddde45d2bf5f02c1d27a748f6f0a3fd4950913cb"
integrity sha512-Rp9FquSwgleZVwQ/2w1zRsfBBCFfTwbpFR2xPvi+Y2GV5RQ/1rVfZoKtncqxMwrXHAdHaTtDraYSh1Lc10dLqA==

vue-eslint-parser@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-5.0.0.tgz#00f4e4da94ec974b821a26ff0ed0f7a78402b8a1"
Expand Down

0 comments on commit 8366348

Please sign in to comment.