fix(nav): OPS 로그인 시 하단 순서를 관리자·구분선·로그아웃으로 조정
- 구분선을 두 항목 사이로 이동, nav-separator-between-footer 여백 적용 Made-with: Cursor
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user