We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b69dd4 commit 687fe22Copy full SHA for 687fe22
2 files changed
ui/src/app/sections/effects/equalizers/equalizers.component.html
@@ -45,7 +45,7 @@
45
></eqm-equalizer-presets>
46
</div>
47
<eqm-loading *ngIf="!loaded"></eqm-loading>
48
-<eqm-basic-equalizer fxFill *ngIf="loaded && type === 'Basic'" #basicEqualizer
+<eqm-basic-equalizer *ngIf="loaded && type === 'Basic'" #basicEqualizer
49
[enabled]="enabled" class="equalizer"
50
(presetsChange)="presets = $event" (selectedPresetChange)="selectedPreset = $event"
51
[animationDuration]="animationDuration" [animationFps]="animationFps"
ui/src/app/sections/effects/equalizers/equalizers.component.scss
@@ -16,12 +16,9 @@
16
width: 95%;
17
}
18
19
- .equalizers {
20
- // min-height: 143px !important;
21
-
22
- .equalizer {
23
- width: 100%;
24
- }
+ .equalizer {
+ width: 100%;
25
+
26
27
0 commit comments