diff --git a/src/components/MediaSettings/MediaSettings.vue b/src/components/MediaSettings/MediaSettings.vue
index 50a8f18da46..915c83ded21 100644
--- a/src/components/MediaSettings/MediaSettings.vue
+++ b/src/components/MediaSettings/MediaSettings.vue
@@ -677,6 +677,9 @@ export default {
if (page === 'device-check') {
this.isDeviceCheck = true
this.tabContent = 'devices'
+ } else if (page === 'backgrounds') {
+ this.isDeviceCheck = true
+ this.tabContent = 'backgrounds'
}
},
@@ -994,8 +997,9 @@ export default {
max-width: 450px;
}
+// Override NcModal styles for large horizontal layout
:deep(.modal-wrapper--large > .modal-container) {
- width: unset;
+ width: unset !important;
}
diff --git a/src/components/TopBar/TopBarMediaControls.vue b/src/components/TopBar/TopBarMediaControls.vue
index 2e293d5aa8a..a25352e9728 100644
--- a/src/components/TopBar/TopBarMediaControls.vue
+++ b/src/components/TopBar/TopBarMediaControls.vue
@@ -55,6 +55,16 @@
:show-devices="!isSidebar"
variant="tertiary" />
+
+
+
+
+
+