mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 13:50:06 +03:00
fix(web): remove rounded corner in video embed
This commit is contained in:
parent
0be0c36c86
commit
70fdc2c642
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
|||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 8px;
|
||||
background-image: linear-gradient(to bottom, rgb(18 22 29 / 0%) 0%, rgb(18 22 29 / 75%) 100%),
|
||||
radial-gradient(circle, rgb(18 22 29 / 0%) 0%, rgb(18 22 29 / 50%) 100%),
|
||||
linear-gradient(to bottom, rgb(122 92 243 / 100%) 0%, rgb(35 134 226 / 100%) 100%),
|
||||
|
|
Loading…
Reference in a new issue