Skip to content

Commit

Permalink
tweak style to fit into a Cascade page better
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbaker committed Oct 2, 2024
1 parent c5a78ab commit c9c317c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/style/purdue-cascade.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#main-content #app header:is(.flex) {
/* Cascade has its own page header, so hide the TaxonPages header.
* Even if we remove the header from the Vue app, a placeholder will be added. */
display: none;
}

#main-content #app .h-screen {
/* TaxonPages takes over the screen, but that's not good behavior inside a Cascade page. */
height: unset;
min-height: 30rem;
}

0 comments on commit c9c317c

Please sign in to comment.