mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2026-03-23 20:37:07 +00:00
[GH-ISSUE #10] Subscribe and join buttons overlap #7
Labels
No labels
bug
bug
duplicate
enhancement
help wanted
invalid
not an issue
not an issue
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/archived-browser-extension#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mattkdoggie on GitHub (Dec 1, 2022).
Original GitHub issue: https://github.com/tubearchivist/browser-extension/issues/10
The subscribe and join buttons overlap when there is not enough space horizontally. It also cuts off the channel info as well.
Example without join button -

Example with join button -

@bbilly1 commented on GitHub (Dec 2, 2022):
I think I got this to behave nicer now. The channel name cut off is a YouTube thing. That will happen a bit sooner now with the additional button taking up space than it otherwise would. But I don't think we can avoid that. In any case, v0.1.1 will be out once it passes validations.
@mattkdoggie commented on GitHub (Dec 2, 2022):
Looks better but I'm now getting the like button to overlap in some situations.

Example -
This is only happening in a very narrow width.
@bbilly1 commented on GitHub (Dec 2, 2022):
Sometimes it needs a page refresh for the other youtube buttons to realize there isn't enough space anymore, sometimes it doesn't trigger on window resize. If you want to keep tinkering with it, please do. We can always also finetuning it as we go.