LastRenderedImage: Fix nothing-rendered-yet image size

This commit is contained in:
Pablo Vazquez 2022-07-07 15:40:50 +02:00
parent 5ff5a4f141
commit 23e752b351

View File

@ -119,4 +119,9 @@ defineExpose({
max-width: 100%; max-width: 100%;
object-fit: contain; object-fit: contain;
} }
.nothing-rendered-yet img {
height: 100%;
width: 100%;
}
</style> </style>