Make image preview larger

This commit is contained in:
Chaska 2024-04-17 12:09:17 -05:00 committed by GitHub
parent 005c97c6ec
commit 43af4a459b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -280,8 +280,8 @@ span.spoiler div.image-container {
display: none;
}
img, video {
max-height: 200px;
max-width: 200px;
max-height: 550px;
max-width: 900px;
}
.scraper-preview--label {
cursor: pointer;