diff --git a/module/album/view/gallery/gallery.css b/module/album/view/gallery/gallery.css index f1de9b4..b710361 100644 --- a/module/album/view/gallery/gallery.css +++ b/module/album/view/gallery/gallery.css @@ -10,31 +10,26 @@ section > .row:not(.back) > .col2 { } .galleryGalleryPicture { box-sizing: content-box; - padding: 12px 0 2px; + padding: 6px 0 2px; display: flex; align-items: center; justify-content: center; position: relative; text-align: center; - background-color: rgba(230, 230, 230, 0.7); - border: 1px solid #ddd; - border-radius: 6px; + background-color: rgba(0, 0, 0, 0); transition: background-color 1.3s ease; } .galleryGalleryPicture:hover { - background-color: rgb(192, 192, 192); + background-color: rgba(255, 255, 255, 0.3); } .galleryGalleryName { line-height: 1.2; } .galleryGalleryPicture > figure > img { max-height: 20vmin; - max-width: 95%; + max-width: 96%; object-fit: contain; } -.picResized { - color: crimson; -} .osm { position: absolute; right:10px;