CSS 소스맵(main.css.map) 누락된 소스 경로 수정
This commit is contained in:
@@ -1277,6 +1277,9 @@ hr {
|
||||
margin: 0;
|
||||
text-align: left;
|
||||
}
|
||||
.mobile-drawer .drawer-welcome.authenticated .last-login-info {
|
||||
padding: 0;
|
||||
}
|
||||
.mobile-drawer .drawer-footer {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
@@ -1716,10 +1719,22 @@ hr {
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
.last-login-info {
|
||||
font-family: "Spoqa Han Sans Neo", "SpoqaHanSans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
font-size: 9pt;
|
||||
color: var(--text-gray);
|
||||
white-space: nowrap;
|
||||
padding: 0 6px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.header-user-info {
|
||||
display: none;
|
||||
}
|
||||
.auth-group .last-login-info {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
/* 원래 있던 Footer 스타일 (주석 처리)
|
||||
.global-footer {
|
||||
@@ -5466,6 +5481,8 @@ select.form-control {
|
||||
}
|
||||
.auth-group.authenticated {
|
||||
gap: 0;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
}
|
||||
.auth-group .login-btn {
|
||||
font-size: 15px;
|
||||
@@ -5769,6 +5786,7 @@ select.form-control {
|
||||
position: fixed;
|
||||
top: 16px;
|
||||
right: 20px;
|
||||
width: max-content;
|
||||
z-index: 1000;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user