Skip to content

Commit 92833c4

Browse files
committed
add border radius
1 parent 31b94d9 commit 92833c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/components/deezer.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
export let frameSrc: string = ''
66
export let height: string = '300px'
77
export let width: string = '100%'
8+
export let iframe_style: string = 'border-radius: 0.6rem;'
89
</script>
910

1011
<GeneralObserver {height} {width}>
@@ -16,5 +17,6 @@
1617
frameborder="0"
1718
allowtransparency
1819
allow="encrypted-media; clipboard-write"
20+
style={iframe_style}
1921
/>
2022
</GeneralObserver>

0 commit comments

Comments
 (0)