mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Removed back-to-top button in print view
This commit is contained in:
parent
8b322d3ffc
commit
68de4db94d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.2e1f6369.min.css.map
Normal file
1
material/assets/stylesheets/main.2e1f6369.min.css.map
Normal file
File diff suppressed because one or more lines are too long
@ -39,7 +39,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.1fbdda8f.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.2e1f6369.min.css' | url }}">
|
||||
{% if config.theme.palette %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.f1a3b89f.min.css' | url }}">
|
||||
|
@ -45,6 +45,11 @@
|
||||
transform 125ms cubic-bezier(0.4, 0, 0.2, 1),
|
||||
background-color 125ms;
|
||||
|
||||
// [print]: Hide back-to-top button
|
||||
@media print {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// Adjust for right-to-left languages
|
||||
[dir="rtl"] & {
|
||||
float: left;
|
||||
|
Loading…
Reference in New Issue
Block a user