Fixed position for next footer navigation link (8.0.0 regression)

This commit is contained in:
squidfunk 2021-12-11 15:55:57 +01:00
parent a6d8e555c3
commit fea3e00ffd
6 changed files with 7 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -34,7 +34,7 @@
{% endif %} {% endif %}
{% endblock %} {% endblock %}
{% block styles %} {% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.eee90d4d.min.css' | url }}"> <link rel="stylesheet" href="{{ 'assets/stylesheets/main.0b4227ca.min.css' | url }}">
{% if config.theme.palette %} {% if config.theme.palette %}
{% set palette = config.theme.palette %} {% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.dc90facb.min.css' | url }}"> <link rel="stylesheet" href="{{ 'assets/stylesheets/palette.dc90facb.min.css' | url }}">

View File

@ -84,10 +84,13 @@
// Footer link to next page // Footer link to next page
&--next { &--next {
margin-left: auto;
text-align: right; text-align: right;
// Adjust for right-to-left languages // Adjust for right-to-left languages
[dir="rtl"] & { [dir="rtl"] & {
margin-right: auto;
margin-left: initial;
text-align: left; text-align: left;
// Flip icon vertically // Flip icon vertically