From 39cc7bbf714ca8c5fda04181d455ff326ce8f412 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Mon, 2 Feb 2026 00:19:44 +0300 Subject: [PATCH] Increase embed cover size and radius --- apps/embed/public/styles.css | 9 +++++++++ apps/embed/src/embeds/ScrobbleEmbedPage.tsx | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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" > -- 2.51.2