Fix #443.
This commit is contained in:
parent
865afc1d7f
commit
e3b5645726
@ -4442,6 +4442,10 @@ textarea.field {\
|
||||
.fitwidth img[data-md5] + img {\
|
||||
max-width: 100%;\
|
||||
}\
|
||||
.gecko .fitwidth img[data-md5] + img,\
|
||||
.presto .fitwidth img[data-md5] + img {\
|
||||
width: 100%;\
|
||||
}\
|
||||
\
|
||||
/* revealed spoilers do not have height/width,\
|
||||
this fixes "expanded" auto-gifs */\
|
||||
|
||||
@ -3451,6 +3451,10 @@ textarea.field {
|
||||
.fitwidth img[data-md5] + img {
|
||||
max-width: 100%;
|
||||
}
|
||||
.gecko .fitwidth img[data-md5] + img,
|
||||
.presto .fitwidth img[data-md5] + img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* revealed spoilers do not have height/width,
|
||||
this fixes "expanded" auto-gifs */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user