DEV: Remove legacy styles for LazyYT (#27047)

This commit is contained in:
Jan Cernik 2024-05-16 09:53:59 -03:00 committed by GitHub
parent 77b032c2b5
commit 0258e985d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 15 deletions

View File

@ -79,19 +79,4 @@ $max_image_height: 150px;
max-height: $max_image_height;
max-width: calc(#{$max_image_height} / 9 * 16);
}
// Prevent overflow of old lazy-yt images
// TODO: remove in December 2023
.lazyYT.lazyYT-container {
border: none;
a {
display: flex;
}
.ytp-thumbnail-image {
object-fit: contain;
height: $max_image_height;
width: calc(#{$max_image_height} / 9 * 16);
pointer-events: none;
}
}
}