-
Notifications
You must be signed in to change notification settings - Fork 575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return YouTube Dislike doesn't work with user style #920
Comments
Its not working because of old description style CSS causing problem:
|
Author of the style can't fix it, because this code fragment is used for |
I have that snippet in my css script too. #menu-container {
display: flex;
flex-direction: column;
}
ytd-video-primary-info-renderer[flex-menu-enabled] #menu-container.ytd-video-primary-info-renderer {
flex: inherit;
} |
I hope this can be fixed. |
Problem exists in v3.0.0.10 |
v3.0.0.11 doesn't fix it. |
v3.0.0.12 doesn't fix it. |
Sorry for the wait, this issue seems right up my alley. Will look into this when I have time |
|
Have you tried to find similar open issues?
Browser
Vivaldi
Browser Version
6.1.3009.3
Extension or Userscript?
Extension
Extension/Userscript Version
3.0.0.9
Video link where you see the problem
every yt video
What happened?
Return YouTube Dislike doesn't work when this style is turned on:
https://userstyles.org/styles/123887/youtube-better-full-dark-theme-2022-arc
https://uso.kkx.one/style/123887
This is one of the best styles for YT and there is a conflict between extension and style. Dislike numbers and ratio bar are not visible.
https://i.imgur.com/z6wwCuD.png
https://i.imgur.com/MpzgN1F.png
How to reproduce/recreate?
install Return YouTube Dislike as extension and the Youtube better full dark theme 2022 arc style
Will you be available for follow-up questions to help developers diagnose & fix the issue?
Yes
The text was updated successfully, but these errors were encountered: