summaryrefslogtreecommitdiffstats
path: root/src/components/CallView
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-10-17 09:45:27 +0200
committerJoas Schilling <coding@schilljs.com>2022-10-17 09:45:27 +0200
commit9dd6d0f1843b0d38e7744a1c20aa33e707598729 (patch)
treed6cb028b32514aee8fa1a577a7d9242f2ac39fa6 /src/components/CallView
parent1d47c53513b2817439a397286e138abfe3ad653b (diff)
Fix screenshot mode for the gridview
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/components/CallView')
-rw-r--r--src/components/CallView/Grid/Grid.vue20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/components/CallView/Grid/Grid.vue b/src/components/CallView/Grid/Grid.vue
index f50e67f5c..55838b534 100644
--- a/src/components/CallView/Grid/Grid.vue
+++ b/src/components/CallView/Grid/Grid.vue
@@ -581,6 +581,11 @@ export default {
return true
},
},
+ remoteVideoBlocker: {
+ isVideoEnabled() {
+ return true
+ },
+ },
screenVisible: false,
}
},
@@ -823,20 +828,11 @@ export default {
border: 1px solid #00FF41;
color: #00FF41;
}
- font-size: 30px;
- text-align: center;
- vertical-align: middle;
position: relative;
&--self {
background-size: cover !important;
-
- & > div {
- width: 100%;
- bottom: calc(-100% + 50px);
- position: relative;
- left: calc(50% - 88px);
- }
+ border-radius: calc(var(--default-clickable-area) / 2);
}
img {
@@ -845,6 +841,10 @@ export default {
width: 100%;
border-radius: calc(var(--default-clickable-area)/2);
}
+
+ .wrapper {
+ position: absolute;
+ }
}
.dev-mode__title {