mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed position for next footer navigation link (8.0.0 regression)
This commit is contained in:
parent
a6d8e555c3
commit
fea3e00ffd
2
material/assets/stylesheets/main.0b4227ca.min.css
vendored
Normal file
2
material/assets/stylesheets/main.0b4227ca.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.0b4227ca.min.css.map
Normal file
1
material/assets/stylesheets/main.0b4227ca.min.css.map
Normal file
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
@ -34,7 +34,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% 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 %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.dc90facb.min.css' | url }}">
|
||||
|
@ -84,10 +84,13 @@
|
||||
|
||||
// Footer link to next page
|
||||
&--next {
|
||||
margin-left: auto;
|
||||
text-align: right;
|
||||
|
||||
// Adjust for right-to-left languages
|
||||
[dir="rtl"] & {
|
||||
margin-right: auto;
|
||||
margin-left: initial;
|
||||
text-align: left;
|
||||
|
||||
// Flip icon vertically
|
||||
|
Loading…
Reference in New Issue
Block a user