UX: Fix tab list alignment in emoji popup (#12548)
This commit is contained in:
parent
ff814dcfc1
commit
2579127091
|
@ -7,7 +7,7 @@
|
||||||
</button>
|
</button>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{emoji-group-buttons onCategorySelection=(action "onCategorySelection")}}
|
{{emoji-group-buttons onCategorySelection=(action "onCategorySelection") tagName=""}}
|
||||||
|
|
||||||
{{#each-in customEmojis as |group emojis|}}
|
{{#each-in customEmojis as |group emojis|}}
|
||||||
<button type="button" data-section={{concat "custom-" group}} {{action "onCategorySelection" (concat "custom-" group)}} class="btn btn-default category-button emoji">
|
<button type="button" data-section={{concat "custom-" group}} {{action "onCategorySelection" (concat "custom-" group)}} class="btn btn-default category-button emoji">
|
||||||
|
|
|
@ -106,7 +106,6 @@ sup img.emoji {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
border-right: 1px solid var(--primary-low);
|
border-right: 1px solid var(--primary-low);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue