From 5ec69e0c8abd9c6b3c145659092f992a67f62acc Mon Sep 17 00:00:00 2001 From: Jan Brasna <1784648+janbrasna@users.noreply.github.com> Date: Fri, 23 May 2025 02:58:46 +0200 Subject: [PATCH 1/3] Fix product download logos --- media/css/firefox/all.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/css/firefox/all.scss b/media/css/firefox/all.scss index 4fc0318a06a..df30f58756a 100644 --- a/media/css/firefox/all.scss +++ b/media/css/firefox/all.scss @@ -124,7 +124,7 @@ $image-path: '/media/protocol/img'; )); background-size: 1.5em auto; background-repeat: no-repeat; - margin-bottom: 0.6rem; + padding-bottom: 0.6rem; } .release, From 111e568f50595502ab86c3d4f05c226b9d7d92ee Mon Sep 17 00:00:00 2001 From: Jan Brasna <1784648+janbrasna@users.noreply.github.com> Date: Fri, 23 May 2025 03:21:36 +0200 Subject: [PATCH 2/3] Shrink the indent dynamically --- media/css/firefox/all.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/css/firefox/all.scss b/media/css/firefox/all.scss index df30f58756a..30d02d15617 100644 --- a/media/css/firefox/all.scss +++ b/media/css/firefox/all.scss @@ -114,7 +114,7 @@ $image-path: '/media/protocol/img'; } .c-product-list { - @include bidi(((padding-left, 36px, padding-right, 0),)); // to match the desktop & mobile icons + @include bidi(((padding-left, $spacer-lg, padding-right, 0),)); // indent from desktop/mobile icons li, .release { From 7c63b7d8e3610e103284fee678d1a51dfab18371 Mon Sep 17 00:00:00 2001 From: Jan Brasna <1784648+janbrasna@users.noreply.github.com> Date: Sun, 8 Jun 2025 02:16:28 +0200 Subject: [PATCH 3/3] Back to :roots --- media/css/firefox/all.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/css/firefox/all.scss b/media/css/firefox/all.scss index 30d02d15617..c4d45260334 100644 --- a/media/css/firefox/all.scss +++ b/media/css/firefox/all.scss @@ -114,7 +114,7 @@ $image-path: '/media/protocol/img'; } .c-product-list { - @include bidi(((padding-left, $spacer-lg, padding-right, 0),)); // indent from desktop/mobile icons + @include bidi(((padding-left, var(--spacer-lg), padding-right, 0),)); // indent from desktop/mobile icons li, .release {