mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-04-20 02:03:59 +02:00
Make image preview larger
This commit is contained in:
parent
005c97c6ec
commit
43af4a459b
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue