Smoother animations, disabled tab bage counters, disabled blur bkz Mozilla issues, some little improvements.
WebZ Beautifier by dp0sk
Details
Authordp0sk
LicenseNo License
Categorytelegram
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name WebZ Beautifier
@version 20220507.13.36
@namespace userstyles.world/user/dp0sk
@description Smoother animations, disabled tab bage counters, disabled blur bkz Mozilla issues, some little improvements.
@author dp0sk
@license No License
==/UserStyle== */
@-moz-document domain("web.telegram.org") {
.Tab .badge {
display: none;
}
.Tab--active:hover {
background: var(--color-primary-b);
}
.Menu.compact .bubble {
padding: .25rem .1rem;
/*padding: .15rem 0rem;*/
}
#LeftColumn-main .ChatFolders .TabList {
padding-left: var(--rem_shit);
padding-right: var(--rem_shit);
justify-content: center;
}
.MenuItem.destructive.compact:hover,
.MenuItem.destructive.compact:focus,
.MenuItem.destructive.compact:active {
background: var(--color-error-rgb, 0.04)!important;
}
.ListItem .ListItem-button,
.Tab,
.RecentContacts .top-peer-item,
.LastMessageMeta .MessageOutgoingStatus,
.MessageOutgoingStatus i,
.MenuItem.compact {
transition: 0.2s !important;
}
.Avatar.size-large i {
font-size: 3rem;
}
.Avatar__icon.icon-reply-filled {
font-size: 2.5rem !important;
margin-bottom: 0.175rem;
}
body {
--color-background-compact-menu: rgb(33, 33, 33) !important;
--rem_shit: 0.1rem;
--color-primary-rgb: 135, 116, 225;
--color-error-rgb: rgba(229, 57, 53, 0.15);
}
}