Use vh and vw units for images in quote previews when possible.
This commit is contained in:
parent
a30243622e
commit
55e1ee09ca
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user