Set sticker button to the right of text bar.
web.telegram.org by LeaveToDream
Details
AuthorLeaveToDream
LicenseNo License
Categoryweb.telegram.org
Created
Updated
Code size820 B
Code checksum40b2c4a1
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name web.telegram.org
@version 20230805.19.21
@namespace ?
==/UserStyle== */
@-moz-document domain("web.telegram.org") {
.progress-bar {
background-color: rgba(255, 255, 255, .9) !important;
}
.message-input-wrapper .AttachMenu {
order: 3;
}
.message-input-wrapper .symbol-menu-button,
.message-input-wrapper .Menu,
.new-message-wrapper .toggle-emoticons,
.new-message-wrapper .tgico-scheduled,
.new-message-wrapper .tgico-attach {
order: 2;
}
.new-message-wrapper .input-message-container,
#message-input-text {
order: 1;
}
.emoji-dropdown {
left: unset;
right: 4.6rem;
}
.Menu .bubble.left {
left: unset;
right: var(--offset-x);
transform-origin: right bottom 0px !important;
}
.SymbolMenu-footer .Button:nth-child(-n + 3) {
display: none;
}
}