19 lines
No EOL
293 B
CSS
19 lines
No EOL
293 B
CSS
.File-button-preview {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.File-button-preview > * {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: contain;
|
|
}
|
|
|
|
.File-button-preview > img {
|
|
height: auto;
|
|
max-height: 100%;
|
|
border-radius: 0.5rem;
|
|
} |