UX: resize stackexchange onebox image
This commit is contained in:
parent
688d44278e
commit
da32be9294
|
@ -291,3 +291,9 @@ aside.onebox.twitterstatus .onebox-body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// resize stackexchange onebox image
|
||||||
|
aside.onebox.stackexchange .onebox-body img {
|
||||||
|
max-height: 60%;
|
||||||
|
max-width: 10%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue