mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-22 02:14:10 +01:00
refactor: apply growth to artifact frame so artifact preview can take full space
This commit is contained in:
parent
dc5b597a64
commit
2ac9fd3aed
1 changed files with 8 additions and 0 deletions
|
|
@ -317,6 +317,14 @@
|
||||||
@apply flex h-full w-full grow flex-col justify-center;
|
@apply flex h-full w-full grow flex-col justify-center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sp-preview {
|
||||||
|
@apply flex h-full w-full grow flex-col justify-center;
|
||||||
|
}
|
||||||
|
|
||||||
.sp-preview-iframe {
|
.sp-preview-iframe {
|
||||||
@apply grow;
|
@apply grow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sp-wrapper {
|
||||||
|
@apply flex h-full w-full grow flex-col justify-center;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue