Fix thumbnails dimensions with thread hiding enabled.

This commit is contained in:
Nicolas Stepien 2012-03-14 21:01:14 +01:00
parent 53b3b5de55
commit af6131a58e
2 changed files with 8 additions and 8 deletions

View File

@ -4303,13 +4303,13 @@ img[md5], img[md5] + img {\
/* revealed spoilers do not have height/width,\
this fixes "expanded" auto-gifs */\
img[md5] {\
max-height: 126px;\
max-width: 126px;\
}\
.filesize:first-child ~ a > img[md5] {\
max-height: 251px;\
max-width: 251px;\
}\
input ~ a > img[md5] {\
max-height: 126px;\
max-width: 126px;\
}\
\
#qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks {\
position: fixed;\

View File

@ -3638,13 +3638,13 @@ img[md5], img[md5] + img {
/* revealed spoilers do not have height/width,
this fixes "expanded" auto-gifs */
img[md5] {
max-height: 126px;
max-width: 126px;
}
.filesize:first-child ~ a > img[md5] {
max-height: 251px;
max-width: 251px;
}
input ~ a > img[md5] {
max-height: 126px;
max-width: 126px;
}
#qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks {
position: fixed;