Webhook API 표시 개선:
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled

- WebhookDTO에 API 이름 포함 필드 추가(WebhookApiDTO)
- 프로필 활성화 뱃지 CSS 수정(고정 위치, 크기 축소) - 정적 자원 서빙 경로 설정 개선(staticBase 적용)
This commit is contained in:
Rinjae
2026-08-24 10:37:12 +09:00
parent 1ea2c89776
commit b41a81bda3
17 changed files with 140 additions and 37 deletions
+9 -5
View File
@@ -824,16 +824,20 @@ hr {
.env-badge {
display: inline-flex;
align-items: center;
margin-left: 10px;
padding: 2px 8px;
border-radius: 4px;
position: fixed;
top: 0;
left: 0;
padding: 1px 6px;
border-radius: 0 0 4px 0;
background: var(--accent-orange);
color: var(--white);
font-size: 11px;
font-size: 9px;
font-weight: 700;
letter-spacing: 0.02em;
text-transform: uppercase;
line-height: 1.6;
line-height: 1.5;
z-index: 1100;
pointer-events: none;
}
@media (max-width: 1024px) {
.env-badge {