mirror of
https://github.com/Xevion/glance.git
synced 2025-12-09 08:07:35 -06:00
Fix 1px black border in video thumbnails
This commit is contained in:
@@ -569,7 +569,7 @@ body {
|
||||
|
||||
.video-thumbnail {
|
||||
width: 100%;
|
||||
aspect-ratio: 16 / 9;
|
||||
aspect-ratio: 16 / 8.9;
|
||||
object-fit: cover;
|
||||
border-radius: var(--border-radius) var(--border-radius) 0 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user