Stabilize curation image height
This commit is contained in:
@@ -2779,17 +2779,20 @@ select.input-shell {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
min-height: calc(200px + 1.5rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
.critical-curation-source-image {
|
.critical-curation-source-image {
|
||||||
width: 100%;
|
display: block;
|
||||||
max-height: 300px;
|
width: auto;
|
||||||
|
height: 200px;
|
||||||
|
max-width: 100%;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
.critical-curation-source-empty {
|
.critical-curation-source-empty {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 180px;
|
min-height: 200px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user