UX: specify width and height for onebox preview error image (#11807)

This commit is contained in:
Arpit Jalan 2021-01-22 19:02:23 +05:30 committed by GitHub
parent d2cf43a7d5
commit e81d93cf26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -322,7 +322,8 @@ aside.onebox {
}
}
aside.onebox .onebox-body .onebox-avatar {
aside.onebox .onebox-body .onebox-avatar,
aside.onebox.preview-error .site-icon {
max-height: none;
max-width: none;
height: 60px;