gemini-coder / components /code-viewer.css
osanseviero's picture
Upload 54 files
63c7991 verified
raw
history blame contribute delete
123 Bytes
.sp-preview-container {
@apply flex h-full w-full grow flex-col justify-center;
}
.sp-preview-iframe {
@apply grow;
}