auto-save 2026-05-15 20:20 (~3)

This commit is contained in:
2026-05-15 20:20:21 +08:00
parent 00a744b184
commit fa177984f8
3 changed files with 32 additions and 17 deletions

View File

@@ -375,13 +375,14 @@
linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0.38));
}
.login-source-overlay {
position: relative;
position: fixed;
inset: 0;
z-index: 10;
display: grid;
min-height: 100vh;
grid-template-columns: minmax(280px, 370px);
align-items: center;
justify-content: center;
min-height: 100dvh;
grid-template-columns: minmax(0, auto);
place-items: center;
padding: clamp(20px, 4vw, 56px);
pointer-events: none;
}
@@ -392,6 +393,8 @@
align-items: center;
gap: 20px;
padding: 18px;
justify-self: center;
align-self: center;
pointer-events: auto;
background: rgba(10, 18, 10, 0.2);
backdrop-filter: none;