From 36d6a6110730d28f26f2a86dd70f101f67a4cc2e Mon Sep 17 00:00:00 2001 From: irl Date: Tue, 19 May 2026 12:56:52 +0100 Subject: [PATCH] fix: minor ltr css consistency fix --- src/snapshots/templates/article.css.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snapshots/templates/article.css.j2 b/src/snapshots/templates/article.css.j2 index ae8e232..7e3bc30 100644 --- a/src/snapshots/templates/article.css.j2 +++ b/src/snapshots/templates/article.css.j2 @@ -171,7 +171,7 @@ figcaption { margin-top: 3px; } -.snap-footer-link svg:dir(ltr) { +.snap-footer-link:dir(ltr) svg { float: right; margin-left: 10px; }