Remove unnecessary styles

This commit is contained in:
danidfra 2024-11-25 12:37:06 -03:00
parent 440aa8b928
commit c604bcb0d8
1 changed files with 0 additions and 10 deletions

View File

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