diff options
| author | Fuwn <[email protected]> | 2024-02-01 00:24:27 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-01 00:24:27 -0800 |
| commit | db8f76ae04e579eecbd78b07ca7fbe8e9eb28c42 (patch) | |
| tree | 880f3541203fc02c2e72e7a36b043c908c14f9a2 /src/styles | |
| parent | ci(vercel): unpin nodejs (diff) | |
| download | due.moe-db8f76ae04e579eecbd78b07ca7fbe8e9eb28c42.tar.xz due.moe-db8f76ae04e579eecbd78b07ca7fbe8e9eb28c42.zip | |
fix(sequelyspy): require login
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/popup.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/styles/popup.scss b/src/styles/popup.scss new file mode 100644 index 00000000..645e9d23 --- /dev/null +++ b/src/styles/popup.scss @@ -0,0 +1,11 @@ +.popup { + position: fixed; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + z-index: 9999; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} |