Looks like there are exceptions to the max-width/height of thumbnails.
This commit is contained in:
parent
e28c668fc5
commit
a70a237f8b
@ -4299,12 +4299,12 @@ img[md5], img[md5] + img {\
|
|||||||
/* revealed spoilers do not have height/width,\
|
/* revealed spoilers do not have height/width,\
|
||||||
this fixes "expanded" auto-gifs */\
|
this fixes "expanded" auto-gifs */\
|
||||||
img[md5] {\
|
img[md5] {\
|
||||||
max-height: 251px;\
|
max-height: 252px;\
|
||||||
max-width: 251px;\
|
max-width: 252px;\
|
||||||
}\
|
}\
|
||||||
input ~ a > img[md5] {\
|
input ~ a > img[md5] {\
|
||||||
max-height: 126px;\
|
max-height: 127px;\
|
||||||
max-width: 126px;\
|
max-width: 127px;\
|
||||||
}\
|
}\
|
||||||
\
|
\
|
||||||
#qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks {\
|
#qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks {\
|
||||||
|
|||||||
@ -3636,12 +3636,12 @@ img[md5], img[md5] + img {
|
|||||||
/* revealed spoilers do not have height/width,
|
/* revealed spoilers do not have height/width,
|
||||||
this fixes "expanded" auto-gifs */
|
this fixes "expanded" auto-gifs */
|
||||||
img[md5] {
|
img[md5] {
|
||||||
max-height: 251px;
|
max-height: 252px;
|
||||||
max-width: 251px;
|
max-width: 252px;
|
||||||
}
|
}
|
||||||
input ~ a > img[md5] {
|
input ~ a > img[md5] {
|
||||||
max-height: 126px;
|
max-height: 127px;
|
||||||
max-width: 126px;
|
max-width: 127px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks {
|
#qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user