Fix thumbnails dimensions with thread hiding enabled.
This commit is contained in:
parent
53b3b5de55
commit
af6131a58e
@ -4303,13 +4303,13 @@ 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: 126px;\
|
|
||||||
max-width: 126px;\
|
|
||||||
}\
|
|
||||||
.filesize:first-child ~ a > img[md5] {\
|
|
||||||
max-height: 251px;\
|
max-height: 251px;\
|
||||||
max-width: 251px;\
|
max-width: 251px;\
|
||||||
}\
|
}\
|
||||||
|
input ~ a > img[md5] {\
|
||||||
|
max-height: 126px;\
|
||||||
|
max-width: 126px;\
|
||||||
|
}\
|
||||||
\
|
\
|
||||||
#qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks {\
|
#qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks {\
|
||||||
position: fixed;\
|
position: fixed;\
|
||||||
|
|||||||
@ -3638,13 +3638,13 @@ 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: 126px;
|
|
||||||
max-width: 126px;
|
|
||||||
}
|
|
||||||
.filesize:first-child ~ a > img[md5] {
|
|
||||||
max-height: 251px;
|
max-height: 251px;
|
||||||
max-width: 251px;
|
max-width: 251px;
|
||||||
}
|
}
|
||||||
|
input ~ a > img[md5] {
|
||||||
|
max-height: 126px;
|
||||||
|
max-width: 126px;
|
||||||
|
}
|
||||||
|
|
||||||
#qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks {
|
#qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user