diff --git a/src/components/CallView/shared/LocalMediaControls.vue b/src/components/CallView/shared/LocalMediaControls.vue index 775291ec5ce..e6abbb988c9 100644 --- a/src/components/CallView/shared/LocalMediaControls.vue +++ b/src/components/CallView/shared/LocalMediaControls.vue @@ -21,6 +21,41 @@
+
+ + +
+ {{ qualityWarningTooltip.content }} +
+ + +
+
+
+
-
- - -
- {{ qualityWarningTooltip.content }} -
- - -
-
-
-
@@ -907,6 +907,8 @@ export default { @import '../../../assets/variables.scss'; .buttons-bar { + display: flex; + align-items: center; button, .action-item { vertical-align: middle; } @@ -990,14 +992,6 @@ export default { background: linear-gradient(0deg, gray, white 36px); } -.network-connection-state { - position: absolute; - bottom: 3px; - right: 12px; - width: 32px; - height: 32px; -} - .hint { padding: 12px; max-width: 300px; @@ -1022,4 +1016,8 @@ export default { background-color: transparent; } } + +::v-deep .trigger { + display: flex; +}