#15: Fixed the gallery CSS to show thumbnails correctly in the slideshow view

This commit is contained in:
Andy Heathershaw 2017-09-04 20:47:05 +01:00
parent b138af2199
commit 68df0797d0
1 changed files with 12 additions and 0 deletions

12
resources/assets/css/gallery.css vendored Normal file
View File

@ -0,0 +1,12 @@
.album-slideshow-container #image-preview {
height: 600px;
max-width: 100%;
width: 800px;
}
.album-slideshow-container .thumbnails {
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
width: auto;
}