Removed back-to-top button in print view

This commit is contained in:
squidfunk
2021-07-03 16:32:20 +02:00
parent 8b322d3ffc
commit 68de4db94d
5 changed files with 9 additions and 4 deletions

View File

@@ -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;