UX: show onebox error preview image as favicon (#11810)
This commit is contained in:
parent
039b4111e3
commit
15b5bd4e14
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue