UX: resize stackexchange onebox image

This commit is contained in:
Arpit Jalan 2015-11-03 19:11:15 +05:30
parent 688d44278e
commit da32be9294

View File

@ -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%;
}