mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
style(ui): adjust main panel web padding (#2999)
This commit is contained in:
parent
70527c4bbc
commit
75ba151713
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
width: 640px;
|
||||
min-height: 640px;
|
||||
position: relative;
|
||||
padding: _.unit(6);
|
||||
padding: _.unit(9) _.unit(6) _.unit(15);
|
||||
border-radius: 16px;
|
||||
background: var(--color-bg-float);
|
||||
box-shadow: var(--color-shadow-2);
|
||||
|
|
Loading…
Reference in a new issue