0
Fork 0
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:
simeng-li 2023-01-19 15:36:51 +08:00 committed by GitHub
parent 70527c4bbc
commit 75ba151713
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);