Closed gautamkrishnar closed 1 year ago
Looks good. Heads up, that is also used on the video detail page, e.g. /watch?v=
, that's where the adjustOwner
comes into play, as otherwise our button will overlap with the YT button, especially on smaller screens.
@bbilly1 good find 😄 fixed it.
Do you still want to keep the old code of adjustOwner
that sets styles, because this new one is also looking good on small screens:
Nice, looks like the adjust owner thing isn't really needed any more, I remember needing it before as this would mess up the positioning with the other buttons there.
I think there is still a small problem introduced with my changes from before, trying to build links for /shorts/ urls, but I don't think that's related to your changes here.
In any case, thanks for your improvements, let's merge this and I'll look into fixing the that on my side.
Before
After
cc: @@bbilly1