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:
-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
-rw-r--r--src/components/CallView/shared/VideoBottomBar.vue2
5 files changed, 11 insertions, 11 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 {
diff --git a/src/components/CallView/shared/VideoBottomBar.vue b/src/components/CallView/shared/VideoBottomBar.vue
index 6a3a58e93..0755065ef 100644
--- a/src/components/CallView/shared/VideoBottomBar.vue
+++ b/src/components/CallView/shared/VideoBottomBar.vue
@@ -26,7 +26,7 @@
<div v-if="!connectionStateFailedNoRestart && model.attributes.raisedHand.state"
class="bottom-bar__statusIndicator">
<HandBackLeft class="handIndicator"
- size="18px"
+ :size="18"
fill-color="#ffffff" />
</div>
</transition>