CustomTube icon indicating copy to clipboard operation
CustomTube copied to clipboard

missing separator between video info and watch buttons in hitchhiker layouts

Open TorutheRedFox opened this issue 2 years ago • 2 comments

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 avatar Oct 05 '23 19:10 TorutheRedFox

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.

lightbeam24 avatar Oct 05 '23 21:10 lightbeam24

ah

TorutheRedFox avatar Oct 06 '23 13:10 TorutheRedFox