From de9e34a96414e0a3bd0e9f7e83521d68d8766595 Mon Sep 17 00:00:00 2001 From: irl Date: Mon, 9 Mar 2026 07:51:14 +0000 Subject: [PATCH] feat: rtl layout of view source link Closes: #2 --- src/snapshots/templates/article.css.j2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/snapshots/templates/article.css.j2 b/src/snapshots/templates/article.css.j2 index 2e937c7..ae935af 100644 --- a/src/snapshots/templates/article.css.j2 +++ b/src/snapshots/templates/article.css.j2 @@ -18,7 +18,7 @@ figure { margin: 0; } -figure img { +figure img, .snap-content img { width: 100%; } @@ -171,6 +171,10 @@ figcaption { float: right; } +.snap-footer-link:dir(rtl) svg { + float: left; +} + .snap-footer-link--disabled { color: rgba(51, 51, 51, 0.5); border-color: rgba(51, 51, 51, 0.5);