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:
parent
65f7f895fb
commit
5b95d0bae5
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue