We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fe8c4 commit 0fb8eaeCopy full SHA for 0fb8eae
2 files changed
frontend/src/components/settings/AudioSettingsTab.vue
@@ -8,7 +8,7 @@
8
<template #content>
9
<div class="space-y-6">
10
<Switch
11
- class="w-full"
+ class="w-full !px-0"
12
label="Noise Cancellation"
13
description="Reduce background noise from your microphone"
14
v-model="noiseCancellationEnabledLocal"
frontend/src/components/settings/SettingsDialog.vue
@@ -43,7 +43,7 @@
43
<div v-for="tab in tabs">
44
<div
45
v-if="!tab.hideLabel"
46
- class="mb-2 mt-3 hidden md:flex gap-1.5 px-1 text-base font-medium text-ink-gray-5"
+ class="mb-2 ml-1 mt-3 hidden md:flex gap-1.5 px-1 text-base font-medium text-ink-gray-5"
47
>
48
<span>{{ tab.label }}</span>
49
</div>
0 commit comments