A new userstyle
tg临时隐藏 by 13422797310

Details
Author13422797310
LicenseNo License
Categorytelegram
Created
Updated
Code size633 B
Code checksumffe4ba43
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name tg临时隐藏
@namespace github.com/openstyles/stylus1
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("web.telegram.org") {
/* 左栏 */
#LeftColumn,
#LeftColumn-main {
visibility: hidden !important;
border: 0 !important;
background-color: rgba(255, 255, 255, 0) !important;
}
/* 顶栏 */
.MiddleHeader {
/*visibility: hidden !important;*/
background-color: rgba(255, 255, 255, 0) !important;
box-shadow: none !important;
}
/* 右栏 */
#MiddleColumn {
border: 0 !important;
}
}