0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-04-07 23:01:25 -05:00

style(ui): fix mobile modal max-width (#3006)

This commit is contained in:
simeng-li 2023-01-22 21:21:00 +08:00 committed by GitHub
parent 65f7f895fb
commit 5b95d0bae5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,8 @@
left: 20px;
right: 20px;
top: 50%;
max-width: var(--max-width);
margin: 0 auto;
transform: translate(0, -50%);
outline: none;
border-radius: var(--radius);