thumb css
This commit is contained in:
parent
58c51a2671
commit
60282fb046
@ -3510,6 +3510,11 @@
|
|||||||
display: inline;\
|
display: inline;\
|
||||||
width: 100%;\
|
width: 100%;\
|
||||||
}\
|
}\
|
||||||
|
#qr #thumbs img {\
|
||||||
|
display: block;\
|
||||||
|
max-height: 250px;\
|
||||||
|
max-width: 250px;\
|
||||||
|
}\
|
||||||
'
|
'
|
||||||
};
|
};
|
||||||
main.init();
|
main.init();
|
||||||
|
|||||||
@ -2814,6 +2814,11 @@ main =
|
|||||||
display: inline;
|
display: inline;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
#qr #thumbs img {
|
||||||
|
display: block;
|
||||||
|
max-height: 250px;
|
||||||
|
max-width: 250px;
|
||||||
|
}
|
||||||
'
|
'
|
||||||
|
|
||||||
main.init()
|
main.init()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user