mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-24 20:01:46 +02:00
Fix 1px black border in video thumbnails
This commit is contained in:
parent
3c1fb97c12
commit
646be63895
@ -569,7 +569,7 @@ body {
|
|||||||
|
|
||||||
.video-thumbnail {
|
.video-thumbnail {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
aspect-ratio: 16 / 9;
|
aspect-ratio: 16 / 8.9;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
border-radius: var(--border-radius) var(--border-radius) 0 0;
|
border-radius: var(--border-radius) var(--border-radius) 0 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user