Skip to content
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

missing separator between video info and watch buttons in hitchhiker layouts #70

Open
TorutheRedFox opened this issue Oct 5, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@TorutheRedFox
Copy link

this CSS (hastily) fixes the missing separator

#bt-middle-row.bt-universalized-element::before {
  border-top: 1px solid rgb(65,65,65);
  height: 0px;
  width: calc(100% - 30px);
  left: 15px;
  padding: 0px;
  z-index: 0;
  content: "";
  display: inline-block;
  position: absolute;
}

#bt-ltod {
  z-index: 1;
}
@TorutheRedFox TorutheRedFox changed the title separator between video info and watch buttons in hitchhiker layouts missing separator between video info and watch buttons in hitchhiker layouts Oct 5, 2023
@lightbeam24
Copy link
Owner

This only seems to happen when Return YouTube Dislike Compatibility is disabled. I'm going to be cleaning up the code a bit, so I will fix this when I get to it.

@TorutheRedFox
Copy link
Author

ah

@lightbeam24 lightbeam24 added the enhancement New feature or request label Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants