0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

fix(console): add border and shadow to preview (#957)

This commit is contained in:
Wang Sijie 2022-05-26 17:24:05 +08:00 committed by GitHub
parent 909535f4af
commit 5fc2c991a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,8 @@
width: 480px;
padding: 0;
overflow: hidden;
box-shadow: var(--shadow-1);
border: 1px solid var(--color-border);
.header {
display: flex;