-
Notifications
You must be signed in to change notification settings - Fork 120
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: Avoid 3px offset on public share links #3369
Conversation
Signed-off-by: Julius Härtl <[email protected]>
/backport to stable28 |
/backport to stable27 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@juliushaertl does this have anything to do with the color accent bar on the top at the compact view? Cause that does not show for the share link in compact view (does show for compact view when logged in).
It correctly does not show for tabbed view regardless of log in status.
Before this patch the accent bar in compact mode was hidden due to this offset. Now with this patch the behaviour is the following (which I think is the expected):
|
Thanks @juliushaertl I'm a bit afraid of this. By he looks of it, it seems will affect the component height and position no matter if it's share link or not (unless that is only used in those cases). I also would like to understand why we had before the additional calculation in the height and the top position. I wonder if it was fixing some sizing thingy and I', afraid it can become regression for some devices. Here is what I have found out |
my conclusion: good to merge but we need to make sure if doesn't get backported to a version where it will brake other things |
Avoid that the background page is shining through at the bottom of public share links