Give a height/width limit to expanded pictures in quote previews. Finally.
This commit is contained in:
parent
ddc781d7c9
commit
61b02c456e
@ -4088,6 +4088,10 @@ img[md5], img[md5] + img {\
|
||||
#qp {\
|
||||
padding-bottom: 5px;\
|
||||
}\
|
||||
#qp > a > img {\
|
||||
max-height: 300px;\
|
||||
max-width: 500px;\
|
||||
}\
|
||||
.qphl {\
|
||||
outline: 2px solid rgba(216, 94, 49, .7);\
|
||||
}\
|
||||
|
||||
@ -3418,6 +3418,10 @@ img[md5], img[md5] + img {
|
||||
#qp {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
#qp > a > img {
|
||||
max-height: 300px;
|
||||
max-width: 500px;
|
||||
}
|
||||
.qphl {
|
||||
outline: 2px solid rgba(216, 94, 49, .7);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user