mirror of
https://github.com/appwrite/console.git
synced 2026-04-07 19:17:46 +00:00
fix: dimensions on mobile.
This commit is contained in:
@@ -328,8 +328,8 @@
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
display: flex;
|
||||
min-width: 100vw;
|
||||
min-height: 100vh;
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user