allow disproportionate memes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user