feat: rtl layout of view source link

Closes: #2
This commit is contained in:
Iain Learmonth 2026-03-09 07:51:14 +00:00
parent cc97b296b7
commit de9e34a964

View file

@ -18,7 +18,7 @@ figure {
margin: 0; margin: 0;
} }
figure img { figure img, .snap-content img {
width: 100%; width: 100%;
} }
@ -171,6 +171,10 @@ figcaption {
float: right; float: right;
} }
.snap-footer-link:dir(rtl) svg {
float: left;
}
.snap-footer-link--disabled { .snap-footer-link--disabled {
color: rgba(51, 51, 51, 0.5); color: rgba(51, 51, 51, 0.5);
border-color: rgba(51, 51, 51, 0.5); border-color: rgba(51, 51, 51, 0.5);