YouTube Enhancer 💻 incelemeleri
YouTube Enhancer 💻 geliştiren: VampireChicken
VampireChicken adlı kullanıcının yanıtı
Geliştiricinin yanıtı
gönderilme: 4 ay önceEdit: You're welcome! thank you for updating your review I appreciate it
Thanks for the review, I am really glad you like how clean and streamlined everything feels.
The Deep Dark theme is not something I directly control. It is a separate theme that I have permission to include, so its background behavior comes from that. That said, you can tweak this yourself using the Custom CSS feature.
If you want the sides of the video in theatre mode to stay black while keeping the rest of the site lighter, you can add this:
```
div#movie_player {
background-color: black !important;
}
```
You can swap out `black` for any color you prefer. Thanks again for the feedback, it is definitely helpful.
Thanks for the review, I am really glad you like how clean and streamlined everything feels.
The Deep Dark theme is not something I directly control. It is a separate theme that I have permission to include, so its background behavior comes from that. That said, you can tweak this yourself using the Custom CSS feature.
If you want the sides of the video in theatre mode to stay black while keeping the rest of the site lighter, you can add this:
```
div#movie_player {
background-color: black !important;
}
```
You can swap out `black` for any color you prefer. Thanks again for the feedback, it is definitely helpful.