Improve MBViewer print CSS

This commit is contained in:
octospacc 2024-02-05 12:17:04 +01:00
parent 3d89c0e60b
commit e3c946fb5f
1 changed files with 11 additions and 0 deletions

View File

@ -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,
@ -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;
}