Telegram: outline elements for debugging
Draws dashed outlines around message bubbles and chat-list items to help inspect the page layout.
Code to copy
/* Outline message bubbles and key containers for layout debugging */
.bubbles .bubble {
outline: 1px dashed rgba(255,90,90,0.7) !important;
}
.chatlist .chatlist-chat,
.ChatList .ListItem {
outline: 1px dashed rgba(90,160,255,0.7) !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.