# 사용자 프로필에서 "..." 대신 "그리고 다른 XY개 그룹" 표시

**URL:** https://meta.discourse.org/t/show-and-xy-other-groups-instead-of-on-user-profile/386250
**Category:** UX
**Tags:** accessibility, ux
**Created:** [10월 20, 2025, 9:02오후 UTC](https://meta.discourse.org/t/show-and-xy-other-groups-instead-of-on-user-profile/386250 "2025-10-20T21:02:05Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![ToddZ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/toddz/32/328350_2.png) [@ToddZ](https://meta.discourse.org/u/ToddZ)
#### Post date: [10월 20, 2025, 10:37오후 UTC](https://meta.discourse.org/t/show-and-xy-other-groups-instead-of-on-user-profile/386250/2 "2025-10-20T22:37:55Z")

</div>

더 복잡한 코딩을 하지 않는 한 “XY” 카운트를 가져오기 어려울 수 있지만, 이 사용자 정의 CSS를 추가하면 상황이 개선될 것입니다:

```css
dd.groups:last-child > a::after {
  content: 'and more';
}

```

![group_css](https://cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/meta/original/4X/b/5/c/b5cf391e2fd655046cabb31f48a614860c5bc1d2.gif)

이 CSS를 사이트 전체에서 _철저하게_ 테스트하지는 않았지만, 일부 확인 결과 프로필 페이지의 그룹 링크에만 적용되는 것 같습니다. 잘못된 위치에 표시된다면 알려 주십시오.

(또한, `...`의 발견 가능성이 좋지 않다는 데에도 동의하며, 코어에서 이러한 방향으로의 변경이 환영됩니다.)

---

_[View the full topic](https://meta.discourse.org/t/show-and-xy-other-groups-instead-of-on-user-profile/386250)._
