-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
[Feature] Sticky fileheader when code reviewing #12552
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
Comments
FWIW, this is related to Feature Request #10675 (Sticky issue titles) |
Two different kind of sticky things. This one may actually be useful as opposed to the linked one. |
Is CSS capable of "keeping track" of existing parts with the "sticky bit" set? Explain better: if answer to the previous section is yes, then you can check PS: may I ask a thing too, one that even GitHub nor GitLab have? |
CSS sticky requires absolute positioning on all stickied elements so it can't work with two individual elements, so I assume some JS is needed for the second sticky bar and if the solution is JS-based, it's probably better to do both in JS. |
* Make fileheader sticky #12552 * Remove sticky filenames when width is 480px or less On mobile phone sticky filename is hidden due to the combination of many possible widths and lengths. * Fix text color for .markdown-info * Fix visual of sticky diff box on 480px or less - Hide arrow for select buttons. - Fix changes, additions and deletions. With flexbox they look very broken. This commit hides some words to, so the result is: "123 changed files 987 additions 456 deletions" - center text in buttons Co-authored-by: zeripath <art27@cantab.net>
It would be nice with sticky fileheader since it can be a bit messy when reviewing long files, like github has:
The text was updated successfully, but these errors were encountered: