mirror of https://github.com/xwiki-labs/cryptpad
Fix image ratio in slides
This commit is contained in:
parent
e317265594
commit
5ed60a0ad7
|
@ -277,11 +277,13 @@ div#cp-app-slide-modal #cp-app-slide-modal-content, #cp-app-slide-print {
|
||||||
// fixes image overflowing
|
// fixes image overflowing
|
||||||
media-tag {
|
media-tag {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
flex-flow: row;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
& + * {
|
& + * {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
img { margin: unset; }
|
img { flex: unset; }
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
Loading…
Reference in New Issue