# 그룹 플레어 크기를 키울 수 있을까요?

**URL:** https://meta.discourse.org/t/is-it-possible-to-increase-the-size-of-a-group-flair/322261
**Category:** Development
**Tags:** css, group-flair
**Created:** [8월 19, 2024, 1:42오후 UTC](https://meta.discourse.org/t/is-it-possible-to-increase-the-size-of-a-group-flair/322261 "2024-08-19T13:42:07Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [8월 19, 2024, 3:40오후 UTC](https://meta.discourse.org/t/is-it-possible-to-increase-the-size-of-a-group-flair/322261/2 "2024-08-19T15:40:28Z")

</div>

테마 또는 컴포넌트의 공통 CSS에서 다음과 같은 작업을 수행할 수 있습니다.

아바타 플레어를 기본 40px에서 60px로 리사이즈하는 예시:

```scss
.user-card-avatar .avatar-flair, .user-profile-avatar .avatar-flair {
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
}

```

기본 40px

 ![This is a screenshot of a profile page from a social media platform, featuring an avatar of a person with purple hair and glasses. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/9/d/0/9d029abdf671ea65f1f3545cf9ec70f2cc84197b.png)

60px

 ![This is a digital screenshot of a user profile or dashboard, likely from a social media platform or a gaming community. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/1/a/9/1a9b8b16e8ade3b25bbe65e21368509ddbb3218e.png)

다음 컴포넌트를 사용하면 플레어 위치를 변경할 수 있습니다:

> [@Trust-Level Avatar Flair](https://meta.discourse.org/t/trust-level-avatar-flair/82656):
>
> This theme component allows an admin to add flair to user avatars based on the user’s trust level. Trust level flair displays anywhere on the site that you would normally see group flair. There are a few theme settings to adjust the position of the flair in relation to the avatar. Basic Examples (with group flair in place) There is also a bottom-right position that will either replace group flair or be replaced by group flair depending on how you set the “group flair always on top” …

---

_[View the full topic](https://meta.discourse.org/t/is-it-possible-to-increase-the-size-of-a-group-flair/322261)._
