Skip to content

Commit

Permalink
Allow disable feedpack page attr and margin.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-ottolenghi committed Nov 3, 2023
1 parent afbdb21 commit 5fcab88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/css/feedback.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@

.feedback .error {
font-size: 0.8rem;
margin-bottom: 1rem;
}

@media all and (max-width: 1024px) {
Expand Down
4 changes: 3 additions & 1 deletion src/partials/nav.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
{{> nav-selectors}}
</div>
{{> nav-menu}}
{{> feedback}}
{{#unless page.attributes.disablefeedback}}
{{> feedback}}
{{/unless}}
</div>
</aside>
</div>

0 comments on commit 5fcab88

Please sign in to comment.