feat(print): hide page footer in print styles

This commit is contained in:
alistair3149 2024-07-14 18:05:03 -04:00
parent 79ac340667
commit 1da57e5902
No known key found for this signature in database

View file

@ -13,6 +13,7 @@
.page-actions, .page-actions,
#citizen-page-header-sticky-sentinel, #citizen-page-header-sticky-sentinel,
#citizen-page-header-sticky-placeholder, #citizen-page-header-sticky-placeholder,
.citizen-page-footer,
.citizen-page-sidebar, .citizen-page-sidebar,
#footer-desc, #footer-desc,
#footer-places, #footer-places,
@ -64,12 +65,3 @@ svg {
font-size: 9pt; font-size: 9pt;
border-top: 1px solid #aaa; border-top: 1px solid #aaa;
} }
.page-info {
font-size: 9pt;
}
.page-info__item {
display: flex;
justify-content: space-between;
}