From 0399cb07fb8e0a68fe462adaa620d0fcb32775d9 Mon Sep 17 00:00:00 2001 From: LC Date: Mon, 30 Oct 2023 11:12:18 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20de=20l'interface?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/album/view/gallery/gallery.css | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) 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;