From 2918048b167dc51cf39bea0939efb8c55a830267 Mon Sep 17 00:00:00 2001 From: Sli Date: Thu, 20 Feb 2025 18:51:08 +0100 Subject: [PATCH] Improve download user album button --- core/static/core/style.scss | 7 +++++-- sas/templates/sas/macros.jinja | 2 +- sas/templates/sas/user_pictures.jinja | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 06208579..22c8a583 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -272,9 +272,12 @@ body { } } - i { - margin-right: 4px; + &:not(.btn-no-text) { + i { + margin-right: 4px; + } } + } /** diff --git a/sas/templates/sas/macros.jinja b/sas/templates/sas/macros.jinja index 665813fb..aa4afa48 100644 --- a/sas/templates/sas/macros.jinja +++ b/sas/templates/sas/macros.jinja @@ -53,7 +53,7 @@