mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-02-04 00:57:34 +08: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;
|
|
}
|