Prevent thumbnail dimension flickering during page load.
This commit is contained in:
parent
d2294049bf
commit
f2ce860998
@ -4006,13 +4006,13 @@ img[md5], img[md5] + img {\
|
||||
/* revealed spoilers do not have height/width,\
|
||||
this fixed "expanded" auto-gifs */\
|
||||
img[md5] {\
|
||||
max-height: 126px;\
|
||||
max-width: 126px;\
|
||||
}\
|
||||
.op > a > img[md5] {\
|
||||
max-height: 251px;\
|
||||
max-width: 251px;\
|
||||
}\
|
||||
td > .filesize > img[md5] {\
|
||||
max-height: 126px;\
|
||||
max-width: 126px;\
|
||||
}\
|
||||
\
|
||||
#qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks {\
|
||||
position: fixed;\
|
||||
|
||||
@ -3335,13 +3335,13 @@ img[md5], img[md5] + img {
|
||||
/* revealed spoilers do not have height/width,
|
||||
this fixed "expanded" auto-gifs */
|
||||
img[md5] {
|
||||
max-height: 126px;
|
||||
max-width: 126px;
|
||||
}
|
||||
.op > a > img[md5] {
|
||||
max-height: 251px;
|
||||
max-width: 251px;
|
||||
}
|
||||
td > .filesize > img[md5] {
|
||||
max-height: 126px;
|
||||
max-width: 126px;
|
||||
}
|
||||
|
||||
#qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks {
|
||||
position: fixed;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user