telegram-react icon indicating copy to clipboard operation
telegram-react copied to clipboard

No option to disable chat background image

Open pohmelie opened this issue 4 years ago • 6 comments

pohmelie avatar Jun 18 '20 15:06 pohmelie

Maybe just add a couple of solid color images for now, please?

1max avatar Jul 31 '20 21:07 1max

As workaround, you can add this to your uBlock Origin filters evgeny-nadymov.github.io##.dialog-background

It'll look like this image

floppyD avatar Nov 09 '20 18:11 floppyD

@floppyD how about the green bar under the message input?

duongdev avatar Dec 07 '20 10:12 duongdev

Really, there's no official way to turn off the flower background or change it for anything else?

MarceloAvalos avatar Jan 14 '21 23:01 MarceloAvalos

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: image

solo-md avatar Mar 31 '21 12:03 solo-md

Or you can switch to dark mode.

erayrafet avatar Apr 01 '21 18:04 erayrafet