feat: artifacts style

This commit is contained in:
Dogtiti
2024-07-25 17:37:21 +08:00
parent 7c1bc1f1a1
commit 21ef9a4567
6 changed files with 58 additions and 25 deletions

View File

@@ -0,0 +1,12 @@
.artifact {
display: block;
width: 100%;
height: 100%;
position: relative;
}
.artifact-iframe {
width: 100%;
border: var(--border-in-light);
border-radius: 6px;
}