Skip to content

Fix: tooltip not being aligned with dropdown arrow - #9714

Open
Shadorc wants to merge 1 commit into
FreeTubeApp:developmentfrom
Shadorc:fix/tooltip-position-pixel-perfect
Open

Fix: tooltip not being aligned with dropdown arrow#9714
Shadorc wants to merge 1 commit into
FreeTubeApp:developmentfrom
Shadorc:fix/tooltip-position-pixel-perfect

Conversation

@Shadorc

@Shadorc Shadorc commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

Pull Request Type

  • Bugfix
  • Feature Implementation
  • Documentation
  • Other

Related issue

closes #9601

Description

The tooltip above dropdown menu in the settings page is now centered again with the triangle below.

selectTooltip now has an aligned right border with iconSelect

.iconSelect {
  position: absolute;
  inset-block-start: 10px;
  inset-inline-end: 10px;

  /* Styling the down arrow */
  padding: 0;
  content: '';
  border-inline-start: 6px solid transparent;
  border-inline-end: 6px solid transparent;
  pointer-events: none;
  color: var(--tertiary-text-color);
}

Screenshots

image

Testing

Go to settings page and zoom in and out to check that the arrow and the tooltip icon keep being aligned

Desktop

  • OS: Bazzite
  • OS Version:
  • FreeTube version: v0.25.3-beta

@FreeTubeBot
FreeTubeBot enabled auto-merge (squash) August 29, 2026 13:24
@github-actions github-actions Bot added the PR: waiting for review For PRs that are complete, tested, and ready for review label Aug 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: waiting for review For PRs that are complete, tested, and ready for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Tooltip position in Settings page is off center

2 participants