Skip to content

UX: Fix tabs in new notification panel #33871

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

UX: Fix tabs in new notification panel #33871

wants to merge 1 commit into from

Conversation

CvX
Copy link
Contributor

@CvX CvX commented Jul 26, 2025

A followup to #33795

  1. the hover effect was broken in Safari (because it was trying to emulate a background by setting a box-shadow of a small child element)
    image
  2. in <= 400px height viewports elements were overlapping eachother and icons moved on hover
    Screenshot 2025-07-26 at 12 17 21
  3. changing --user-menu-border-width had issues: at 0px and at >= 3px icons would move on hover, and increasing the value would make tabs overlap with the border
    image

A followup to #33795

1. the hover effect was broken in Safari (becase it was trying to emulate a backround with a box-shadow of a small child element)
2. in <= 400px height viewports elements were overlapping eachother and icons moved on hover
3. changing `--user-menu-border-width` had issues: at 0px and >=3px icons would move on hover, and increasing the value would make tabs overlap with the border
@CvX CvX requested a review from jordanvidrine July 26, 2025 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant