refactor(Video): reduce border-radius

This commit is contained in:
Tim 2023-11-03 12:25:10 +01:00
parent 6bc3b1cee9
commit e3db703eee

View file

@ -29,7 +29,7 @@
.thumbnail-container {
flex: none;
position: relative;
border-radius: 0.5rem;
border-radius: 0.3rem;
overflow: hidden;
.thumbnail {