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:
parent
ffbb1eea0f
commit
fa14589440
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue