Skip to content

Commit 9cc9e47

Browse files
authored
[UI] Adjust CSS details for adding emoticons (#11435)
* Adjust CSS details for added emoticons * fix lint * avoid git conflict
1 parent 414c9ee commit 9cc9e47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web_src/less/_repository.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2179,6 +2179,8 @@
21792179
float: left;
21802180
padding: .5rem .5rem !important;
21812181
font-size: 1.5em;
2182+
width: 45px;
2183+
left: 13px;
21822184

21832185
img.emoji {
21842186
margin-right: 0;
@@ -2219,7 +2221,7 @@
22192221

22202222
.select-reaction {
22212223
float: left;
2222-
padding: .4em;
2224+
padding: .6em;
22232225
line-height: 21px;
22242226

22252227
&:not(.active) a {

0 commit comments

Comments
 (0)