38 lines
663 B
CSS
Raw Normal View History

2024-02-05 11:53:24 +01:00
body {
background-color: white;
color: black;
}
2024-02-05 12:17:04 +01:00
img {
max-width: 100%;
height: auto;
}
2024-02-05 11:53:24 +01:00
div.tgme_background_wrap,
div.tgme_header_right_column,
div.tgme_header_search,
div.tgme_header_info > a[name="goBack"],
.tgme_widget_message_user_photo
/*header.tgme_header*/ {
display: none;
}
section.tgme_channel_history.js-message_history {
margin: 0;
}
div.tgme_widget_message_author,
div.tgme_widget_message_footer,
div.tgme_widget_message_service_date_wrap,
div.tgme_widget_message_author a,
div.tgme_widget_message_footer a {
background-color: lightgray;
color: black;
}
2024-02-05 12:17:04 +01:00
.tgme_page_photo_image,
.tgme_page_photo_image img {
width: 36px;
height: 36px;
}