summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}
}