mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
254 B
14 lines
254 B
#upload img.preview_picture {
|
|
max-height: 35rem;
|
|
max-width: calc(100% - 4rem);
|
|
margin: 0 auto;
|
|
display: block;
|
|
}
|
|
|
|
#upload img.preview_picture[src] {
|
|
padding-bottom: 2rem;
|
|
}
|
|
|
|
#upload img.preview_picture[src] + li {
|
|
display: none;
|
|
}
|