[UI] Adjust CSS details for adding emoticons (#11435)
* Adjust CSS details for added emoticons * fix lint * avoid git conflictrelease/v1.15
parent
414c9ee76a
commit
9cc9e47158
|
@ -2179,6 +2179,8 @@
|
||||||
float: left;
|
float: left;
|
||||||
padding: .5rem .5rem !important;
|
padding: .5rem .5rem !important;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
width: 45px;
|
||||||
|
left: 13px;
|
||||||
|
|
||||||
img.emoji {
|
img.emoji {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
@ -2219,7 +2221,7 @@
|
||||||
|
|
||||||
.select-reaction {
|
.select-reaction {
|
||||||
float: left;
|
float: left;
|
||||||
padding: .4em;
|
padding: .6em;
|
||||||
line-height: 21px;
|
line-height: 21px;
|
||||||
|
|
||||||
&:not(.active) a {
|
&:not(.active) a {
|
||||||
|
|
Loading…
Reference in New Issue