mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 20:02:46 +08:00
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
Block a user