From d57c0db35c6839f6f612620310f5e258625e198f Mon Sep 17 00:00:00 2001 From: danidfra Date: Mon, 25 Nov 2024 12:37:06 -0300 Subject: [PATCH] Remove unnecessary styles --- src/styles/tailwind.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/styles/tailwind.css b/src/styles/tailwind.css index c83ce2a4a..5981ddc9e 100644 --- a/src/styles/tailwind.css +++ b/src/styles/tailwind.css @@ -37,16 +37,6 @@ } @layer utilities { - .media-modal * { - img { - object-fit: contain; - } - - video { - @apply max-w-full max-h-[80%]; - } - } - .status { @apply min-h-[54px] cursor-default animate-fade opacity-100; }