Skip to content
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

Fix height for sticky head on large screen on PR page (#23111) #23123

Merged
merged 1 commit into from Feb 24, 2023

Commits on Feb 24, 2023

  1. Fix height for sticky head on large screen on PR page (go-gitea#23111)

    Right now on the PR 'File Change' Tab, the file title header sticky to
    the top on large screens has wrong height, resulting in wrong ui
    behavior when scrolling down. This PR is to fix this.
    
    Before:
    
    <img width="964" alt="截屏2023-02-24 17 12 29"
    src="https://user-images.githubusercontent.com/17645053/221140409-025c4a84-6bbe-4b5b-a13f-bd2b79063522.png">
    
    After:
    <img width="1430" alt="截屏2023-02-24 21 10 12"
    src="https://user-images.githubusercontent.com/17645053/221186750-0344d652-4610-4a90-a4c0-7f6269f950d6.png">
    HesterG authored and yardenshoham committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    5ac43fd View commit details
    Browse the repository at this point in the history