- AppHeader: 좁은 화면(폰)은 브랜드명 텍스트 숨기고 로고만 → 두 줄 줄바꿈 방지 - 안드로이드 런처 라벨 '돈돼지가계부'(한 줄), 앱 내부 브랜드명은 유지 - Electron: accounts.google.com 팝업을 앱 내부 자식 창으로 열어 GIS 로그인 결과(credential)가 앱 창으로 돌아오게 함(외부 브라우저 X) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -86,6 +86,7 @@ async function handleLogout() {
|
||||
}
|
||||
.brand-text {
|
||||
letter-spacing: -0.01em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.header-right {
|
||||
display: flex;
|
||||
@@ -103,5 +104,9 @@ async function handleLogout() {
|
||||
.app-header {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
/* 좁은 화면(폰/앱): 브랜드명 텍스트 숨기고 로고만 — 두 줄 줄바꿈 방지 */
|
||||
.brand-text {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user