r270 vs r271
......
6969
## --- 3. 하단 버튼 바 (고정 크기 + Flex 비율 완벽 조정) ---
7070
{{{#!wiki style="display: flex; gap: 8px; margin-bottom: 20px;"
7171
## 팔로우(하트) 버튼 (고정폭)
72
{{{#!wiki style="width: 48px; height: 44px; flex-shrink: 0; background-color: #27272a; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px;"
72
{{{#!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;"
7373
{{{#fff ♥}}} }}}
7474
## 알림 버튼 (고정폭)
75
{{{#!wiki style="width: 48px; height: 44px; flex-shrink: 0; background-color: #27272a; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px;"
75
{{{#!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;"
7676
{{{#fff 🔔}}} }}}
7777
## 구독 버튼 (남은 공간 모두 차지)
78
{{{#!wiki style="flex: 1; height: 44px; background-color: #f1f1f1; color: #141517; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px;"
78
{{{#!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;"
7979
⊕ 구독}}}}}}
8080
}}}
8181
......