43 lines
748 B
CSS
43 lines
748 B
CSS
/* Admin tweaks 1.0.2 */
|
|
.nc-mediaLibrary-cardImage {
|
|
object-fit: contain;
|
|
height: auto;
|
|
width: auto;
|
|
object-position: center;
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|
|
|
|
.nc-mediaLibrary-cardImage-container {
|
|
height: 160px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: whitesmoke;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.nc-imageControl-imageWrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border: 1px solid #dfdfe3;
|
|
}
|
|
|
|
.nc-imageControl-imageWrapper img {
|
|
object-fit: contain;
|
|
object-position: center;
|
|
max-height: 100%;
|
|
max-width: 100%;
|
|
height: auto;
|
|
width: auto;
|
|
}
|
|
|
|
.nc-mediaLibrary-cardText {
|
|
margin: 0;
|
|
}
|
|
|
|
.nc-mediaLibrary-card {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|