auto-save 2026-05-15 21:32 (~3)

This commit is contained in:
2026-05-15 21:33:05 +08:00
parent fa177984f8
commit ae27f933c1
3 changed files with 19 additions and 19 deletions

View File

@@ -378,23 +378,23 @@
position: fixed;
inset: 0;
z-index: 10;
display: grid;
display: block;
min-height: 100vh;
min-height: 100dvh;
grid-template-columns: minmax(0, auto);
place-items: center;
padding: clamp(20px, 4vw, 56px);
pointer-events: none;
}
.login-page--oasis .login-source-auth-panel {
position: fixed;
left: 50%;
top: 50%;
display: grid;
width: min(820px, calc(100vw - 40px));
grid-template-columns: minmax(320px, 360px) minmax(300px, 360px);
align-items: center;
gap: 20px;
padding: 18px;
justify-self: center;
align-self: center;
transform: translate(-50%, -50%);
pointer-events: auto;
background: rgba(10, 18, 10, 0.2);
backdrop-filter: none;