Merge pull request #621 from SafentisFox/responsiveCss
Make image gallery bigger on 2k+ displays
This commit is contained in:
commit
933949f39c
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@
|
|||
min-height: 4.5em;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 2500px) {
|
||||
#txt2img_gallery, #img2img_gallery {
|
||||
min-height: 768px;
|
||||
}
|
||||
}
|
||||
|
||||
#txt2img_gallery img, #img2img_gallery img{
|
||||
object-fit: scale-down;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue