mirror of
https://github.com/discourse/discourse.git
synced 2025-02-23 04:55:00 +00:00
Fix size on onebox-avatar
This commit is contained in:
parent
923c164d54
commit
def9740d5d
@ -139,9 +139,11 @@ aside.onebox {
|
||||
}
|
||||
}
|
||||
|
||||
.onebox-avatar {
|
||||
height: 90px !important;
|
||||
width: 90px !important;
|
||||
aside.onebox .onebox-body .onebox-avatar {
|
||||
max-height: none;
|
||||
max-width: none;
|
||||
height: 90px;
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
Loading…
x
Reference in New Issue
Block a user