Stabilize curation image height

This commit is contained in:
2026-04-19 13:50:49 +02:00
parent 0aac1bd734
commit be0f7b728e

View File

@@ -2779,17 +2779,20 @@ select.input-shell {
display: flex;
align-items: center;
justify-content: center;
min-height: calc(200px + 1.5rem);
}
.critical-curation-source-image {
width: 100%;
max-height: 300px;
display: block;
width: auto;
height: 200px;
max-width: 100%;
object-fit: contain;
}
.critical-curation-source-empty {
width: 100%;
min-height: 180px;
min-height: 200px;
display: flex;
align-items: center;
justify-content: center;