Skip to content

Commit

Permalink
feat(core): ✨ only apply main page-specific styles on read view
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Jan 2, 2025
1 parent 67852e7 commit fb8be79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/skins.citizen.styles/common/content.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* Main page-specific styles
*/
.page-Main_Page {
.page-Main_Page.action-view {
// Disable sticky header
#citizen-page-header-sticky-sentinel {
display: none;
Expand All @@ -53,6 +53,7 @@
}
}

#contentSub,
.citizen-page-heading {
display: none;
}
Expand Down

0 comments on commit fb8be79

Please sign in to comment.