CustomTube
CustomTube copied to clipboard
missing separator between video info and watch buttons in hitchhiker layouts
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;
}
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.
ah