mirror of
https://github.com/YouG-o/YouTube-No-Translation.git
synced 2026-04-25 01:56:01 +03:00
[PR #30] [MERGED] Fix tooltip overflow issues in popup #119
Labels
No labels
ToDo
bug
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/YouTube-No-Translation#119
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?
📋 Pull Request Information
Original PR: https://github.com/YouG-o/YouTube-No-Translation/pull/30
Author: @therichkid
Created: 6/2/2025
Status: ✅ Merged
Merged: 6/2/2025
Merged by: @YouG-o
Base:
main← Head:tooltip-overflow📝 Commits (1)
5e66e64Fix tooltip overflow issues📊 Changes
2 files changed (+18 additions, -6 deletions)
View changed files
📝
src/popup/popup.html(+6 -6)📝
src/popup/popup.ts(+12 -0)📄 Description
I saw that the tooltip for the audio tracks and descriptions overflows on the right side of the extension settings menu. This creates the horizontal scroolbar and without scrolling not the whole text is visible. I created a TypeScript solution that changes the left margin if the right side of the tooltip is bigger than the right side of the document body.
Also unified the capitalization of the tooltip text on one occasion.
Good work on the plugin which I use on all my devices! Wanted to help out with this small PR.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.