mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
UX: Fix tab list alignment in emoji popup (#12548)
This commit is contained in:
parent
ff814dcfc1
commit
2579127091
@ -7,7 +7,7 @@
|
||||
</button>
|
||||
{{/if}}
|
||||
|
||||
{{emoji-group-buttons onCategorySelection=(action "onCategorySelection")}}
|
||||
{{emoji-group-buttons onCategorySelection=(action "onCategorySelection") tagName=""}}
|
||||
|
||||
{{#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">
|
||||
|
@ -106,7 +106,6 @@ sup img.emoji {
|
||||
width: 50px;
|
||||
padding-left: 0.5em;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
border-right: 1px solid var(--primary-low);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user