feat: no borders in cards (#925)
This commit is contained in:
parent
971e273dc3
commit
ad1e597b5c
7 changed files with 11 additions and 11 deletions
|
@ -98,7 +98,6 @@ useIntersectionObserver(video, (entries) => {
|
|||
loop
|
||||
playsinline
|
||||
controls
|
||||
border="~ base"
|
||||
rounded-lg
|
||||
object-cover
|
||||
:width="attachment.meta?.original?.width"
|
||||
|
@ -119,7 +118,6 @@ useIntersectionObserver(video, (entries) => {
|
|||
muted
|
||||
loop
|
||||
playsinline
|
||||
border="~ base"
|
||||
rounded-lg
|
||||
object-cover
|
||||
:width="attachment.meta?.original?.width"
|
||||
|
@ -160,7 +158,6 @@ useIntersectionObserver(video, (entries) => {
|
|||
aspectRatio,
|
||||
objectPosition,
|
||||
}"
|
||||
border="~ base"
|
||||
rounded-lg
|
||||
h-full
|
||||
w-full
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue