mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -05:00
update onebox gem
This commit is contained in:
parent
24b83d1c57
commit
c7bbc1cebf
2 changed files with 10 additions and 4 deletions
|
@ -218,7 +218,7 @@ GEM
|
||||||
omniauth-twitter (1.2.1)
|
omniauth-twitter (1.2.1)
|
||||||
json (~> 1.3)
|
json (~> 1.3)
|
||||||
omniauth-oauth (~> 1.1)
|
omniauth-oauth (~> 1.1)
|
||||||
onebox (1.5.42)
|
onebox (1.5.43)
|
||||||
htmlentities (~> 4.3.4)
|
htmlentities (~> 4.3.4)
|
||||||
moneta (~> 0.8)
|
moneta (~> 0.8)
|
||||||
multi_json (~> 1.11)
|
multi_json (~> 1.11)
|
||||||
|
|
|
@ -330,9 +330,15 @@ aside.onebox.twitterstatus .onebox-body {
|
||||||
}
|
}
|
||||||
|
|
||||||
// resize stackexchange onebox image
|
// resize stackexchange onebox image
|
||||||
aside.onebox.stackexchange .onebox-body img {
|
aside.onebox.stackexchange .onebox-body {
|
||||||
max-height: 60%;
|
img {
|
||||||
max-width: 10%;
|
max-height: 60%;
|
||||||
|
max-width: 10%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tags {
|
||||||
|
color: gray;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.onebox-metadata {
|
.onebox-metadata {
|
||||||
|
|
Loading…
Reference in a new issue