fix wavlake border

This commit is contained in:
hzrd149 2024-11-26 06:56:13 -06:00
parent 51f4ef87d0
commit a5cd26ac68

View File

@ -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>
);