ui: 프로필 헤더에서 이름 제거, 이메일/로그아웃 글자 흰색으로
- index.html: profile-name-block 제거. 이름은 이메일 span 의 title(hover tooltip)로 보존. - app.js: 이제 표시하지 않는 user-name 관련 코드 정리. - style.css: profile-email 흰색 + 굵게, 로그아웃 버튼도 흰색 + 어울리는 반투명 배경.
This commit is contained in:
+1
-4
@@ -99,10 +99,7 @@
|
||||
<button id="btn-data-management" class="icon-btn mini-icon-btn nav-tool-btn" title="데이터 관리"><i
|
||||
class="fa-solid fa-database"></i></button>
|
||||
<div class="profile-info">
|
||||
<div class="profile-name-block">
|
||||
<span class="profile-name" id="user-name">__USER_NAME__</span>
|
||||
<span class="profile-email">__USER_EMAIL__</span>
|
||||
</div>
|
||||
<span class="profile-email" title="__USER_NAME__">__USER_EMAIL__</span>
|
||||
<div class="profile-avatar">__USER_AVATAR__</div>
|
||||
</div>
|
||||
<button class="btn-logout-text" onclick="window.location.href='/logout'" title="로그아웃">
|
||||
|
||||
Reference in New Issue
Block a user