telegram-react
telegram-react copied to clipboard
No option to disable chat background image
Maybe just add a couple of solid color images for now, please?
As workaround, you can add this to your uBlock Origin filters
evgeny-nadymov.github.io##.dialog-background
It'll look like this
@floppyD how about the green bar under the message input?
Really, there's no official way to turn off the flower background or change it for anything else?
What you probably want to have is something like Stylus extension for Chrome, where you can override page styles and customize it with your own picture or a plain color:
.light .dialog-background {
background-image: none !important;
background-color: #87CEFA;
}
.inputbox:before {
--shadow-color: transparent !important;
}
Result:
Or you can switch to dark mode.