Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 {