WIP: artifacts first pass

This commit is contained in:
Danny Avila 2024-08-19 20:55:16 -04:00
parent 0340b4acb9
commit 24d74044e4
16 changed files with 765 additions and 12 deletions

View file

@ -312,3 +312,11 @@
.chrome-scrollbar::-webkit-scrollbar-track {
background-color: transparent; /* Color of the tracking area */
}
.sp-preview-container {
@apply flex h-full w-full grow flex-col justify-center;
}
.sp-preview-iframe {
@apply grow;
}