Skip to content

Commit

Permalink
closes #40
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed May 8, 2024
1 parent 32fc57c commit 003dec1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/faq/faq.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</header>

<ion-content>
<div class="page-container">
<div class="page-container printable">

@if(currentFAQ(); as faq) {
<ion-grid>
Expand Down
5 changes: 5 additions & 0 deletions src/print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@media print {
ion-header,
app-below-the-fold,
app-topbar,
.print-hide {
display: none !important;
}
Expand Down Expand Up @@ -48,6 +49,10 @@
padding-top: 8px;
}

.page-container:not(.printable) {
display: none;
}

.page-container {
margin-top: 50px;
}
Expand Down

0 comments on commit 003dec1

Please sign in to comment.