From 83bddb09474341b94058c67291fe5369cde7ccdb Mon Sep 17 00:00:00 2001 From: antonin gallon Date: Thu, 8 Jan 2026 11:27:44 +0100 Subject: [PATCH 1/2] =?UTF-8?q?Remplacement=20des=20logo=20=C3=A9xistant?= =?UTF-8?q?=20par=20ceux=20de=20bootstrap=20pour=20homog=C3=A9n=C3=A9is?= =?UTF-8?q?=C3=A9=20le=20tout=20et=20ne=20plus=20avoir=20le=20probleme=20d?= =?UTF-8?q?u=20fond=20au=20survol?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/icons/socials/bluesky.svg | 12 +++--------- assets/icons/socials/facebook.svg | 6 +++--- assets/icons/socials/instagram.svg | 6 +++--- assets/icons/socials/linkedin.svg | 6 +++--- assets/icons/socials/mastodon.svg | 12 +++--------- assets/icons/socials/threads.svg | 6 +++--- assets/icons/socials/x-social.svg | 12 +++--------- assets/icons/socials/youtube.svg | 6 +++--- 8 files changed, 24 insertions(+), 42 deletions(-) diff --git a/assets/icons/socials/bluesky.svg b/assets/icons/socials/bluesky.svg index 3944e93..a070aea 100644 --- a/assets/icons/socials/bluesky.svg +++ b/assets/icons/socials/bluesky.svg @@ -1,9 +1,3 @@ - - - - - - - - - + + + \ No newline at end of file diff --git a/assets/icons/socials/facebook.svg b/assets/icons/socials/facebook.svg index cf4118e..5fc7cec 100644 --- a/assets/icons/socials/facebook.svg +++ b/assets/icons/socials/facebook.svg @@ -1,3 +1,3 @@ - - - + + + \ No newline at end of file diff --git a/assets/icons/socials/instagram.svg b/assets/icons/socials/instagram.svg index 57775b0..855e653 100644 --- a/assets/icons/socials/instagram.svg +++ b/assets/icons/socials/instagram.svg @@ -1,3 +1,3 @@ - - - + + + \ No newline at end of file diff --git a/assets/icons/socials/linkedin.svg b/assets/icons/socials/linkedin.svg index 5a9c0a5..30fc0e3 100644 --- a/assets/icons/socials/linkedin.svg +++ b/assets/icons/socials/linkedin.svg @@ -1,3 +1,3 @@ - - - + + + \ No newline at end of file diff --git a/assets/icons/socials/mastodon.svg b/assets/icons/socials/mastodon.svg index efe42f5..a8c2a26 100644 --- a/assets/icons/socials/mastodon.svg +++ b/assets/icons/socials/mastodon.svg @@ -1,9 +1,3 @@ - - - - - - - - - + + + \ No newline at end of file diff --git a/assets/icons/socials/threads.svg b/assets/icons/socials/threads.svg index 3619982..13c9e7a 100644 --- a/assets/icons/socials/threads.svg +++ b/assets/icons/socials/threads.svg @@ -1,3 +1,3 @@ - - - + + + \ No newline at end of file diff --git a/assets/icons/socials/x-social.svg b/assets/icons/socials/x-social.svg index 18f2f4d..2fafcc2 100644 --- a/assets/icons/socials/x-social.svg +++ b/assets/icons/socials/x-social.svg @@ -1,9 +1,3 @@ - - - - - - - - - + + + \ No newline at end of file diff --git a/assets/icons/socials/youtube.svg b/assets/icons/socials/youtube.svg index 40ca348..3c9c0be 100644 --- a/assets/icons/socials/youtube.svg +++ b/assets/icons/socials/youtube.svg @@ -1,3 +1,3 @@ - - - + + + \ No newline at end of file From 480bc82541949767e28d4b679d71e150a495fdf9 Mon Sep 17 00:00:00 2001 From: Julie Blanc Date: Thu, 8 Jan 2026 15:00:55 +0100 Subject: [PATCH 2/2] change size svg in css --- assets/css/components/_list-socials.scss | 8 ++++---- assets/css/components/_modal-share.scss | 4 ++-- assets/css/style.css | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/assets/css/components/_list-socials.scss b/assets/css/components/_list-socials.scss index 6716e48..3437a3f 100644 --- a/assets/css/components/_list-socials.scss +++ b/assets/css/components/_list-socials.scss @@ -11,16 +11,16 @@ } .icon{ - width: 24px; - height: 24px; + width: 20px; + height: 20px; position: relative; top: -2px; } svg{ display: flex; align-items: center; - width: 24px; - height: 24px; + width: 20px; + height: 20px; } diff --git a/assets/css/components/_modal-share.scss b/assets/css/components/_modal-share.scss index c6375c5..95d0760 100644 --- a/assets/css/components/_modal-share.scss +++ b/assets/css/components/_modal-share.scss @@ -27,8 +27,8 @@ text-decoration: none; } .icon { - width: 20px; - height: 20px; + width: 16px; + height: 16px; svg{ width: 100%; height: 100%; diff --git a/assets/css/style.css b/assets/css/style.css index bb8ac65..380bd38 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -542,16 +542,16 @@ button:disabled { text-decoration: none; } .list-socials .icon { - width: 24px; - height: 24px; + width: 20px; + height: 20px; position: relative; top: -2px; } .list-socials svg { display: flex; align-items: center; - width: 24px; - height: 24px; + width: 20px; + height: 20px; } .list-socials .text { display: none; @@ -607,8 +607,8 @@ button:disabled { text-decoration: none; } .modal--share .socials li .icon { - width: 20px; - height: 20px; + width: 16px; + height: 16px; } .modal--share .socials li .icon svg { width: 100%;