Improve MBViewer print CSS
This commit is contained in:
parent
3d89c0e60b
commit
e3c946fb5f
|
@ -3,6 +3,11 @@ body {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
div.tgme_background_wrap,
|
div.tgme_background_wrap,
|
||||||
div.tgme_header_right_column,
|
div.tgme_header_right_column,
|
||||||
div.tgme_header_search,
|
div.tgme_header_search,
|
||||||
|
@ -24,3 +29,9 @@ div.tgme_widget_message_footer a {
|
||||||
background-color: lightgray;
|
background-color: lightgray;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tgme_page_photo_image,
|
||||||
|
.tgme_page_photo_image img {
|
||||||
|
width: 36px;
|
||||||
|
height: 36px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue