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 {
|
||||
|
||||
@@ -39,8 +39,8 @@
|
||||
<a href="/admin/logout" class="nav-item nav-item-ghost" title="관리자 모드 종료 후 학습센터 목록으로">관리자 off</a>
|
||||
<a href="/logout" class="nav-item nav-item-ops-logout" title="이메일 인증 세션 종료">로그아웃</a>
|
||||
<% } else { %>
|
||||
<div class="nav-separator nav-separator-footer-admin"></div>
|
||||
<button type="button" class="nav-item nav-item-admin-entry" onclick="openAdminTokenModal()" title="관리자 토큰으로 인증">관리자</button>
|
||||
<div class="nav-separator nav-separator-between-footer"></div>
|
||||
<a href="/logout" class="nav-item nav-item-ops-logout" title="이메일 인증 세션 종료">로그아웃</a>
|
||||
<% } %>
|
||||
<% } else if (_admin) { %>
|
||||
|
||||
Reference in New Issue
Block a user