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);
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue