feat: enhance UI and fix video handling

- Hide video elements in widget for improved user experience
- Update header background for better contrast
- Prevent empty image containers from rendering
- Remove unsupported video player elements
- Add onclick attribute to links for enhanced functionality
- Include Yandex.ru in target whitelist for expanded compatibility
This commit is contained in:
ccbikai
2024-08-09 12:03:02 +08:00
parent 4f9a403c90
commit 50fc7413a9
4 changed files with 9 additions and 2 deletions

View File

@@ -118,6 +118,10 @@
display: block !important;
}
.tgme_widget_message_video_wrap {
display: none;
}
.tgme_widget_message_poll_options {
display: block;