mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-20 20:50:17 +09:00
13 lines
178 B
SCSS
13 lines
178 B
SCSS
.artifact {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
.artifact-iframe {
|
|
width: 100%;
|
|
border: var(--border-in-light);
|
|
border-radius: 6px;
|
|
}
|