Web: better styling of last-rendered image
This commit is contained in:
parent
2457a63518
commit
0a0035eb5b
@ -92,4 +92,11 @@ defineExpose({
|
||||
.lastRendered.nothingRenderedYet {
|
||||
outline: thin dotted var(--color-text-hint);
|
||||
}
|
||||
|
||||
.lastRendered img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user