# 可以在表情符号选择器中优先显示自定义表情符号吗？

**URL:** <https://meta.discourse.org/t/is-it-possible-to-prioritize-custom-emojis-on-the-emoji-selector/386457>\
**Category:** Support\
**Tags:** emoji\
**Created:** [2025年十月22日 16:27 UTC](https://meta.discourse.org/t/is-it-possible-to-prioritize-custom-emojis-on-the-emoji-selector/386457 "2025-10-22T16:27:17Z")\
**Posts on this page:** 1\
**Showing post:** 2

<div class="post-metadata">

**Author:** ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)\
**Post date:** [2025年十月22日 16:49 UTC](https://meta.discourse.org/t/is-it-possible-to-prioritize-custom-emojis-on-the-emoji-selector/386457/2 "2025-10-22T16:49:28Z")

</div>

在主题中可以进行的一个小的 CSS 更改是优先显示左侧的选项卡，将自定义组选项卡放在最前面……看起来像这样：

```css
.emoji-picker__sections-nav [data-section="default"] {
  order: -1;
}

```

（“default”是表情符号组名称，如 `/admin/config/emoji` 中所示）

 ![image](https://global.discourse-cdn.com/meta/original/4X/e/c/b/ecba3859d6e742d8101d0cfcfc3c2b84ea9fc6fe.png)

这样可以更轻松地单击左侧的按钮跳转到自定义表情符号。

除此之外，目前没有很好的方法来调整各个部分的顺序。

菜单中的表情符号会在滚动时进行延迟加载，因此即使您使用 CSS 调整了内容顺序……菜单首次打开时也不会加载自定义表情符号。

如果更多人普遍认为有用的，我们可能会在主题中添加一个钩子来定制顺序。

---

_[View the full topic](https://meta.discourse.org/t/is-it-possible-to-prioritize-custom-emojis-on-the-emoji-selector/386457)._
