0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

fix(console): adjust preview size (#951)

This commit is contained in:
Wang Sijie 2022-05-26 10:03:51 +08:00 committed by GitHub
parent ffbb1eea0f
commit fa14589440
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,12 +77,12 @@
background: var(--color-surface-1); background: var(--color-surface-1);
iframe { iframe {
width: 1440px; width: 960px;
height: 810px; height: 760px;
transform: scale(0.5); transform: scale(0.5);
position: absolute; position: absolute;
top: -202px; top: -190px;
left: -468px; left: -240px;
} }
} }
} }