UX: Prevent jitter in some onebox images (#17611)

Internal topic

/t/-/70486/9
This commit is contained in:
Joe 2022-07-22 17:14:28 +08:00 committed by GitHub
parent 49d4f7c066
commit 9424cfd9b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -155,8 +155,6 @@ aside.onebox {
&.onebox-full-image { &.onebox-full-image {
max-height: none; max-height: none;
max-width: none; max-width: none;
width: initial;
height: initial;
} }
} }