File tree 4 files changed +21
-8
lines changed
4 files changed +21
-8
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ export default {
62
62
padding : 3px ;
63
63
cursor : pointer ;
64
64
border-radius : 4px ;
65
+ text-align : center ;
66
+ font-size : 20px ;
65
67
}
66
68
67
69
.emoji-picker-item :hover {
@@ -71,4 +73,8 @@ export default {
71
73
.emoji-picker-container .el-tabs__header {
72
74
margin-top : 0px !important ;
73
75
}
76
+
77
+ .emoji-picker-container .el-tabs__item {
78
+ font-size : 20px ;
79
+ }
74
80
</style >
Original file line number Diff line number Diff line change @@ -44,19 +44,23 @@ export default {
44
44
.emoticon-picker-header {
45
45
display : flex ;
46
46
align-items : center ;
47
- justify-content : space-between ;
47
+ justify-content : flex-start ;
48
48
margin-bottom : 10px ;
49
49
}
50
50
51
+ .emoticon-picker-header span {
52
+ display : inline-block ;
53
+ margin-left : 0.5em ;
54
+ }
55
+
51
56
.emoticon-picker-header > span {
52
57
display : inline-block ;
53
- width : 40% ;
54
58
text-align : center ;
55
59
cursor : pointer ;
56
60
}
57
61
58
62
.emoticon-picker-item {
59
- padding : 5 px 8px ;
63
+ padding : 8px 10 px ;
60
64
display : inline-block ;
61
65
cursor : pointer ;
62
66
border-radius : 4px ;
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" symbol-input-container" >
3
- <el-popover placement =" bottom" width =" 200 " trigger =" focus" >
3
+ <el-popover placement =" bottom" width =" 300 " trigger =" focus" >
4
4
<div class =" emoji-input-popover" >
5
5
<el-tabs value =" first" >
6
- <el-tab-pane label =" (//▽//) " name =" first" >
6
+ <el-tab-pane label =" w(゚Д゚)w " name =" first" >
7
7
<emoticon-picker @input =" handleInput" />
8
8
</el-tab-pane >
9
- <el-tab-pane label =" 😀 🍉 🌈 " name =" second" >
9
+ <el-tab-pane label =" Emoji 😆 " name =" second" >
10
10
<emoji-picker @input =" handleInput" />
11
11
</el-tab-pane >
12
12
</el-tabs >
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ export default {
120
120
options: [
121
121
{ value: " color" , label: " Color 🌈" },
122
122
{ value: " emoji" , label: " Emoji 😆" },
123
- { value: " emoticon" , label: " Emoticon w(゚Д゚)w" },
123
+ { value: " emoticon" , label: " w(゚Д゚)w" },
124
124
],
125
125
selectedValue: " color" ,
126
126
emojis,
@@ -298,7 +298,6 @@ export default {
298
298
.story-emoji-container {
299
299
display : grid ;
300
300
grid-template-columns : repeat (24 , 1fr );
301
- margin-bottom : 2em ;
302
301
}
303
302
304
303
.story-emoji-container span {
@@ -361,4 +360,8 @@ export default {
361
360
display : inline-block ;
362
361
margin : 0.5em 0 ;
363
362
}
363
+
364
+ .story-body {
365
+ margin-bottom : 2.5em ;
366
+ }
364
367
</style >
You can’t perform that action at this time.
0 commit comments