mirror of
https://github.com/discourse/discourse.git
synced 2025-05-01 15:54:40 +08:00
UX: specify width and height for onebox preview error image (#11807)
This commit is contained in:
parent
d2cf43a7d5
commit
e81d93cf26
@ -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-height: none;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user