mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-17 21:31:43 +01:00
fix wavlake border
This commit is contained in:
parent
51f4ef87d0
commit
a5cd26ac68
@ -22,7 +22,7 @@ export function renderWavlakeUrl(match: URL) {
|
||||
frameBorder="0"
|
||||
title="Wavlake Embed"
|
||||
src={embedUrl.toString()}
|
||||
style={{ width: "100%", height: 400, maxWidth: 600, ...setZIndex }}
|
||||
style={{ width: "100%", height: 400, maxWidth: 600, borderRadius: 25, ...setZIndex }}
|
||||
></iframe>
|
||||
</ExpandableEmbed>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user