r276 vs r277
......
3131
}}}
3232
3333
{{{#!wiki style="display: flex; gap: 8px; margin-bottom: 20px;"
34
## 팔로우(하트) 버튼 (고정폭)
3534
{{{#!wiki style="width: 50px; height: 44px; flex-shrink: 0; background-color: #27272a; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px;"
3635
{{{#fff ♥}}} }}}
37
## 알림 버튼 (고정폭)
3836
{{{#!wiki style="width: 50px; height: 44px; flex-shrink: 0; background-color: #27272a; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px;"
3937
{{{#fff 🔔}}} }}}
40
## 구독 버튼 (남은 공간 모두 차지)
4138
{{{#!wiki style="width: 1500px; height: 44px; background-color: #f1f1f1; color: #141517; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px;"
4239
⊕ 구독}}}}}}[br]
4340
}}}
......