diff --git a/apps/embed/public/styles.css b/apps/embed/public/styles.css index deb8378b..29193bff 100644 --- a/apps/embed/public/styles.css +++ b/apps/embed/public/styles.css @@ -1772,6 +1772,9 @@ .max-h-\[250px\] { max-height: 250px; } +.max-h-\[280px\] { + max-height: 280px; +} .min-h-screen { min-height: 100vh; } @@ -1851,6 +1854,9 @@ .max-w-\[250px\] { max-width: 250px; } +.max-w-\[280px\] { + max-width: 280px; +} .max-w-full { max-width: 100%; } @@ -1954,6 +1960,9 @@ .rounded-\[8px\] { border-radius: 8px; } +.rounded-\[10px\] { + border-radius: 10px; +} .rounded-box { border-radius: var(--radius-box); } diff --git a/apps/embed/src/embeds/ScrobbleEmbedPage.tsx b/apps/embed/src/embeds/ScrobbleEmbedPage.tsx index 8ec8255c..924837c9 100644 --- a/apps/embed/src/embeds/ScrobbleEmbedPage.tsx +++ b/apps/embed/src/embeds/ScrobbleEmbedPage.tsx @@ -18,7 +18,7 @@ export function ScrobbleEmbedPage(props: ScrobbleEmbedPageProps) { target="_blank" >