diff options
| author | Haishan <[email protected]> | 2020-05-14 23:32:20 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-05-14 23:32:20 +0800 |
| commit | 32f18e191a6dd0c7d66401a564d68286b4022e51 (patch) | |
| tree | a916fda9bd07d422a59008f81b2598103fbf6419 /src/components/APIDiscovery.module.css | |
| parent | ce5af620e2ca9f0ede7e5862195d26f8058ecfd8 (diff) | |
chore: tweak external controller setup modal style
Diffstat (limited to 'src/components/APIDiscovery.module.css')
| -rw-r--r-- | src/components/APIDiscovery.module.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/components/APIDiscovery.module.css b/src/components/APIDiscovery.module.css index 87357ce..b0f6486 100644 --- a/src/components/APIDiscovery.module.css +++ b/src/components/APIDiscovery.module.css @@ -9,15 +9,16 @@ transform: none; padding: 0; border-radius: 0; + + display: flex; + justify-content: center; } .container { - position: absolute; + position: relative; top: 10%; - left: 50%; - transform: translate(-50%, 0); - max-width: 376px; - margin: 0 auto; + margin-left: 20px; + margin-right: 20px; } .overlay { |
