mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:09:33 +08:00
Merge pull request #3394 from scossar/fix-height-on-onebox-image
Fix: size on onebox-avatar
This commit is contained in:
commit
be5a76fbc8
|
@ -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…
Reference in New Issue
Block a user