Skip to content

Commit 136344f

Browse files
committed
docs: adjust tailwind classes
1 parent e65c536 commit 136344f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apps/kitchen-sink/src/app/soba/simple-sound-analyser/simple-sound-analyser.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@ import { Overlay } from './overlay';
1212
`,
1313
imports: [NgtCanvas, Overlay],
1414
changeDetection: ChangeDetectionStrategy.OnPush,
15-
host: { class: 'simple-sound-analyser-soba' },
15+
host: { class: 'simple-sound-analyser-soba block h-full w-full' },
1616
styles: `
1717
:host {
18-
display: block;
19-
height: 100%;
20-
width: 100%;
2118
background: linear-gradient(15deg, rgb(82, 81, 88) 0%, rgb(255, 247, 248) 100%);
2219
}
2320
`,

0 commit comments

Comments
 (0)