Fixed footnote back reference icon orientation for RTL languages

This commit is contained in:
squidfunk
2025-04-11 10:04:04 +02:00
parent 5d99a9fcf7
commit efe44f6c08
4 changed files with 4 additions and 8 deletions

View File

@@ -44,7 +44,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.4af4bdda.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.2afb09e1.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">

View File

@@ -135,11 +135,7 @@
// Adjust for right-to-left languages
[dir="rtl"] & {
// Flip icon vertically
svg {
transform: scaleX(-1);
}
transform: scaleX(-1);
}
}
}