mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 02:22:09 +00:00
refactor(Video): reduce border-radius
This commit is contained in:
parent
6bc3b1cee9
commit
e3db703eee
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
.thumbnail-container {
|
||||
flex: none;
|
||||
position: relative;
|
||||
border-radius: 0.5rem;
|
||||
border-radius: 0.3rem;
|
||||
overflow: hidden;
|
||||
|
||||
.thumbnail {
|
||||
|
|
|
|||
Loading…
Reference in a new issue