From 3d0233a48c0d844903b91a039ea95ab1434afde3 Mon Sep 17 00:00:00 2001 From: LC Date: Wed, 18 Oct 2023 20:06:31 +0200 Subject: [PATCH] =?UTF-8?q?am=C3=A9lioration=20de=20l'interface=20en=20tr?= =?UTF-8?q?=C3=A8s=20petits=20=C3=A9crans=20<=20600px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/album/view/gallery/gallery.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/module/album/view/gallery/gallery.css b/module/album/view/gallery/gallery.css index d199091..e424aa3 100644 --- a/module/album/view/gallery/gallery.css +++ b/module/album/view/gallery/gallery.css @@ -72,3 +72,11 @@ section > .row:not(.back) { width: inherit; } } +@media (max-width: 599px) { +.gallery { + flex: 0 0 50%; +} +.galleryGalleryName { + display: none; +} +} \ No newline at end of file