mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Fix size on onebox-avatar
This commit is contained in:
parent
923c164d54
commit
def9740d5d
1 changed files with 5 additions and 3 deletions
|
@ -139,9 +139,11 @@ aside.onebox {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.onebox-avatar {
|
aside.onebox .onebox-body .onebox-avatar {
|
||||||
height: 90px !important;
|
max-height: none;
|
||||||
width: 90px !important;
|
max-width: none;
|
||||||
|
height: 90px;
|
||||||
|
width: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
Loading…
Reference in a new issue