Use vh and vw units for images in quote previews when possible.

This commit is contained in:
Nicolas Stepien 2013-04-17 17:45:29 +02:00
parent a30243622e
commit 55e1ee09ca

View File

@ -485,6 +485,8 @@ a.hide-announcement {
#qp img {
max-height: 300px;
max-width: 500px;
max-height: 80vh;
max-width: 50vw;
}
.qphl {
outline: 2px solid rgba(216, 94, 49, .7);