summaryrefslogtreecommitdiffstats
path: root/src/components/CallView
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2022-09-09 11:05:17 +0200
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2022-09-09 11:05:17 +0200
commit1b47c91e130f0f340ff25f3c4b14ea09d13ab2a1 (patch)
tree41cb70e6b3c5ad0015bd35d290fcc01c1ab4e625 /src/components/CallView
parent1c032c110d2d3dcc6de6493701903e0bdde4f10d (diff)
fixup! Adjust videos border radius
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'src/components/CallView')
-rw-r--r--src/components/CallView/Grid/Grid.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/CallView/Grid/Grid.vue b/src/components/CallView/Grid/Grid.vue
index c7575af92..f50e67f5c 100644
--- a/src/components/CallView/Grid/Grid.vue
+++ b/src/components/CallView/Grid/Grid.vue
@@ -843,7 +843,7 @@ export default {
object-fit: cover;
height: 100%;
width: 100%;
- border-radius: var(--border-radius-large);
+ border-radius: calc(var(--default-clickable-area)/2);
}
}