Update expando.module.css

This commit is contained in:
Tom (plebeius.eth)
2025-05-24 13:06:01 +02:00
parent 84500ba384
commit 460eeb96fe

View File

@@ -54,7 +54,6 @@
.mediaPreview img {
/* TODO: max width should be dynamically calculated based on file dimensions from API */
max-width: 600px;
width: 100%;
background-color: var(--background-thumbnail);
object-fit: contain;
}
@@ -62,7 +61,6 @@
.mediaPreview video {
/* TODO: max width should be dynamically calculated based on file dimensions from API */
max-width: 700px;
width: 100%;
max-height: 50vh;
background-color: var(--background-thumbnail);
object-fit: contain;