UX: show onebox error preview image as favicon (#11810)

This commit is contained in:
Arpit Jalan 2021-01-22 20:05:28 +05:30 committed by GitHub
parent 039b4111e3
commit 15b5bd4e14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -322,8 +322,7 @@ aside.onebox {
}
}
aside.onebox .onebox-body .onebox-avatar,
aside.onebox.preview-error .site-icon {
aside.onebox .onebox-body .onebox-avatar {
max-height: none;
max-width: none;
height: 60px;
@ -804,3 +803,9 @@ aside.onebox.stackexchange .onebox-body {
}
}
}
aside.onebox.preview-error .site-icon {
width: 16px;
height: 16px;
margin-right: 0.5em;
}