From 25570529a7770be265b1651ac506379f39bae44a Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Wed, 27 Jul 2022 14:55:30 +0200 Subject: [PATCH] fix #1696 better spacing in green badge --- admin/themes/default/template/albums.tpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/themes/default/template/albums.tpl b/admin/themes/default/template/albums.tpl index 1b741ee74..0e473d079 100644 --- a/admin/themes/default/template/albums.tpl +++ b/admin/themes/default/template/albums.tpl @@ -548,6 +548,10 @@ input[name="position"] { display: none; } +.badge-container .nb-sub-photos::before { + margin-right: 6px; +} + @media (max-width: 1415px) { .badge-container .last-update { display: none;