주기 회기 진단과 로그인 폭 보강

This commit is contained in:
Yun Chan 2026-08-12 16:33:59 +09:00
parent 946661926b
commit f97e7fadac
10 changed files with 216 additions and 17 deletions

View file

@ -1,8 +1,8 @@
.vg-auth-shell {
position: relative;
isolation: isolate;
inline-size: 100%;
max-inline-size: none;
inline-size: auto;
max-inline-size: 100%;
min-block-size: 100vh;
min-block-size: 100dvh;
overflow-x: clip;

View file

@ -1,7 +1,7 @@
.lg-root {
min-height: 100dvh;
width: 100%;
max-width: none;
width: auto;
max-width: 100%;
position: relative;
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);