From e3c946fb5fb7ae97fb43814abc48127f5371fc99 Mon Sep 17 00:00:00 2001 From: octospacc Date: Mon, 5 Feb 2024 12:17:04 +0100 Subject: [PATCH] Improve MBViewer print CSS --- public/MBViewer/css/print.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/MBViewer/css/print.css b/public/MBViewer/css/print.css index 1991424..cc03f9c 100644 --- a/public/MBViewer/css/print.css +++ b/public/MBViewer/css/print.css @@ -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; +}