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
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-10-17 16:47:01 +0300
committerGitHub <noreply@github.com>2022-10-17 16:47:01 +0300
commit49e7a50336360e82cd9f6a4d929babcbf78c0fd3 (patch)
treed3073d146c97e5aac5f48a5560507088eb22b5d6
parent29401d2f85a6b8c4c8b83c6ee191252e52cc271c (diff)
parenta656bf9937559613ff9093530f045fc9303e703c (diff)
Merge pull request #8198 from nextcloud/backport/8195/stable25
[stable25] Fix screenshot mode for grid view
-rw-r--r--docs/call-in-action.jpgbin392593 -> 342545 bytes
-rw-r--r--docs/call-in-action.pngbin3290764 -> 2008737 bytes
-rw-r--r--docs/screenshotplaceholders/placeholder-7.jpegbin523170 -> 95289 bytes
-rw-r--r--src/components/CallView/Grid/Grid.vue20
4 files changed, 10 insertions, 10 deletions
diff --git a/docs/call-in-action.jpg b/docs/call-in-action.jpg
index 0ff6dee11..97e1df154 100644
--- a/docs/call-in-action.jpg
+++ b/docs/call-in-action.jpg
Binary files differ
diff --git a/docs/call-in-action.png b/docs/call-in-action.png
index 09fbec201..0a33c9046 100644
--- a/docs/call-in-action.png
+++ b/docs/call-in-action.png
Binary files differ
diff --git a/docs/screenshotplaceholders/placeholder-7.jpeg b/docs/screenshotplaceholders/placeholder-7.jpeg
index 4082fa44e..167b30499 100644
--- a/docs/screenshotplaceholders/placeholder-7.jpeg
+++ b/docs/screenshotplaceholders/placeholder-7.jpeg
Binary files differ
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 {