forked from deepStateMirrors/tabi
💄 style: hide navigation buttons on print view
This commit is contained in:
parent
381f41dd0d
commit
e20e1c467c
1 changed files with 6 additions and 0 deletions
|
|
@ -118,3 +118,9 @@
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
#button-container {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue