allow disproportionate memes

This commit is contained in:
2026-05-09 13:37:20 -03:00
parent e5fa16a88d
commit ff3db71084
8 changed files with 31 additions and 35 deletions
+4 -1
View File
@@ -296,6 +296,7 @@ a {
height: 100%;
display: block;
object-fit: cover;
object-position: center;
opacity: 0.9;
transition: transform 700ms ease, opacity 200ms ease;
}
@@ -632,8 +633,10 @@ dialog::backdrop {
.lightbox img {
display: block;
width: 100%;
width: auto;
max-width: 100%;
max-height: calc(100vh - 144px);
margin: 0 auto;
object-fit: contain;
background: #000;
}