mirror of
https://github.com/plebbit/seedit.git
synced 2026-04-21 07:38:35 -04:00
Update expando.module.css
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user