mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-03-01 16:39:15 +08:00
feat: artifacts style
This commit is contained in:
12
app/components/artifact.module.scss
Normal file
12
app/components/artifact.module.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user