auto-save 2026-05-15 20:20 (~3)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user