pyfedi/app/static/scss/_print.scss

37 lines
674 B
SCSS
Raw Normal View History

2024-04-21 16:27:32 +12:00
@media print {
#navbarSupportedContent, #side_pane, .voting_buttons, .comment_actions, footer, .post_reply_form, #post_replies .btn-group,
.navbar .nav-link, .post_utilities_bar, .community_header, .community_icon_big, .mobile_create_post {
display: none;
}
.navbar {
padding-top: 0;
padding-bottom: 0;
}
2024-04-21 16:39:06 +12:00
.comments > .comment, .post_teaser {
2024-04-21 16:27:32 +12:00
break-inside: avoid;
}
.main_pane {
border: none;
padding: 0;
&>.btn-group {
display: none;
}
}
.div.navbar {
border-bottom: none;
}
2024-04-21 16:37:08 +12:00
.limit_height {
overflow: visible!important;
max-height: initial;
}
.comment .show-more {
display: none;
}
2024-04-21 16:27:32 +12:00
}