Skip to content

Commit

Permalink
Improve MBViewer print CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
octospacc committed Feb 5, 2024
1 parent 3d89c0e commit e3c946f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions public/MBViewer/css/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ body {
color: black;
}

img {
max-width: 100%;
height: auto;
}

div.tgme_background_wrap,
div.tgme_header_right_column,
div.tgme_header_search,
Expand All @@ -24,3 +29,9 @@ div.tgme_widget_message_footer a {
background-color: lightgray;
color: black;
}

.tgme_page_photo_image,
.tgme_page_photo_image img {
width: 36px;
height: 36px;
}

0 comments on commit e3c946f

Please sign in to comment.