-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[stable25] fix the popovermenu #35517
Conversation
/compile amend / |
e90bbba
to
9b91b15
Compare
moving to 25.0.3 |
/rebase |
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
9b91b15
to
d4b4135
Compare
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.
IMHO, the changes to apps.scss break file-actions which use an img-tag for their icons: the width is now 0, what remains is two times the padding which only makes for 28px instead of the necessary 44px.
Hi, did you already test 25.0.3 (which is not out yet)? This PR should actually fix the issue and not introduce it... |
I actually testing on a modified version of the current stable25 branch. I'll recheck with an unmodified version and come to it. What I see is that removing the dimensions of the img tag make it size 0. But as I said, I'd better recheck that. There two different "icon-providers" in the file-actions menu, the correctly working ones use a span:
The other ones have an img tag:
In my view the img has width and height 16px and a padding of 14px. Now, as we have box-sizing=border-box the actual width is then set to 0 and just the padding remains. I recheck with some vanilla stable25 branch first ... |
Hm... If that should be reproducible, can you open a new bug report with up-to-date information? Thanks! |
Yes, I'll do. |
backport of #35484