summaryrefslogtreecommitdiffstats
path: root/src/components/CallView/Grid/Grid.vue
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-11-16 14:29:53 +0100
committerJoas Schilling <coding@schilljs.com>2021-11-16 14:29:53 +0100
commit0a08778d0f4668b866de002745512a4c0eb79846 (patch)
tree8e53891390f6da15865d68053ce31ca83f283944 /src/components/CallView/Grid/Grid.vue
parentc1162938b7e46c4e908e876747c4d2df347e5c91 (diff)
Update screenshot mechanism with new controls and rounded corners
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/components/CallView/Grid/Grid.vue')
-rw-r--r--src/components/CallView/Grid/Grid.vue10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/components/CallView/Grid/Grid.vue b/src/components/CallView/Grid/Grid.vue
index 0b2d1f321..f89103a23 100644
--- a/src/components/CallView/Grid/Grid.vue
+++ b/src/components/CallView/Grid/Grid.vue
@@ -98,13 +98,6 @@
<div v-else
class="dev-mode-video--self video"
:style="{'background': 'url(' + placeholderImage(8) + ')'}">
- <LocalMediaControls
- :has-shadow="false"
- :model="placeholderModel(8)"
- :local-call-participant-model="placeholderModel(8)"
- :shared-data="placeholderSharedData(8)"
- :token="token"
- :participant-name="placeholderName(8)" />
</div>
</template>
<LocalVideo
@@ -868,7 +861,8 @@ export default {
img {
object-fit: cover;
height: 100%;
- width: 100%
+ width: 100%;
+ border-radius: var(--border-radius-large);
}
}