mirror of
https://gitlab.com/octospacc/octospacc.gitlab.io
synced 2025-06-05 21:59:15 +02:00
Improve MBViewer print CSS
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user