fix(nav): OPS 로그인 시 하단 순서를 관리자·구분선·로그아웃으로 조정

- 구분선을 두 항목 사이로 이동, nav-separator-between-footer 여백 적용

Made-with: Cursor
This commit is contained in:
2026-04-08 17:43:53 +09:00
parent 0e235db32d
commit 0bfa128b61
2 changed files with 5 additions and 3 deletions

View File

@@ -119,8 +119,10 @@ body {
font-size: 13px;
}
.nav-separator.nav-separator-footer-admin {
margin-top: 4px;
/* 이메일(OPS) 로그인: 관리자 ↔ 로그아웃 사이 구분선(위·아래 여백) */
.nav-separator.nav-separator-between-footer {
margin-top: 8px;
margin-bottom: 8px;
}
.nav-footer {