Make telegram web fit whole browser window
Telegram Web whole screen by lennzone
Details
Authorlennzone
LicenseNo License
Categoryhttps://web.telegram.org
Created
Updated
Size240 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name telegram.org - Jan 2024
@version 20240105.19.46
@namespace ?
==/UserStyle== */
@-moz-document domain("telegram.org") {
#page-chats {
margin: 0;
width: 100%;
max-width: none !important;
}
}