some extra width sizes
This commit is contained in:
parent
b7276d4714
commit
d06528e5b4
2 changed files with 1 additions and 3 deletions
|
|
@ -104,7 +104,7 @@ p.notes {
|
|||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
@media screen and (max-width: 1301px) {
|
||||
.collapse {
|
||||
display: block!important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@ window.onload = function() {
|
|||
document.getElementById("download-pdf")
|
||||
.addEventListener("click", () => {
|
||||
const pdf_version = this.document.getElementById("body");
|
||||
const button = this.document.getElementById("download-pdf");
|
||||
button.style.display = 'block'
|
||||
|
||||
console.log(pdf_version);
|
||||
console.log(window);
|
||||
|
|
|
|||
Loading…
Reference in a new issue