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);
iframe {
width: 1440px;
height: 810px;
width: 960px;
height: 760px;
transform: scale(0.5);
position: absolute;
top: -202px;
left: -468px;
top: -190px;
left: -240px;
}
}
}