From a5e3d07524b7e2b9126d880641630633acf49905 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sun, 11 Jun 2023 23:15:41 +0200 Subject: [PATCH] fix: max-width of YouTube lite --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index f7cfdf3..38854ee 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -202,7 +202,7 @@ /** YouTube Lite */ lite-youtube { - @apply relative aspect-video mbe-10; + @apply relative aspect-video w-full !max-w-none mbe-10; &::before { @apply !bg-none;